diff options
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 + |