diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-09 19:35:44 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-09 19:35:44 +0000 |
commit | 68674ddbb00da3423fae3641b40a82bc86fcf1f6 (patch) | |
tree | d88023d45f5406ae8400046f86bfe3edc77b2e3d /deskutils/wmpinboard/files/patch-ac | |
parent | fix X manpage error with XFree86-4 (diff) |
fix X manpage error with XFree86-4
PR: 23422
Diffstat (limited to '')
-rw-r--r-- | deskutils/wmpinboard/files/patch-ac | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/deskutils/wmpinboard/files/patch-ac b/deskutils/wmpinboard/files/patch-ac new file mode 100644 index 000000000000..c3f125a407bb --- /dev/null +++ b/deskutils/wmpinboard/files/patch-ac @@ -0,0 +1,16 @@ +--- Imakefile.orig Sat Oct 23 19:49:37 1999 ++++ Imakefile Wed Nov 1 09:24:28 2000 +@@ -36,9 +36,9 @@ + all:: + @test -e ./ReleaseNotes && cat ReleaseNotes || true + +-install:: +- $(INSTALL) -m 0644 wmpinboard.1 $(DESTDIR)/man/man1 ++#install:: ++# $(INSTALL) -m 0644 wmpinboard.1 $(DESTDIR)/man/man1 + +-DESTDIR = /usr/local +-BINDIR = /bin ++#DESTDIR = /usr/local ++#BINDIR = /bin + |