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 | |
parent | a09649b47f3103d43380f11537813c4fe71d21c7 (diff) | |
download | ports-68674ddbb00da3423fae3641b40a82bc86fcf1f6.tar.gz ports-68674ddbb00da3423fae3641b40a82bc86fcf1f6.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/wmpinboard/Makefile | 8 | ||||
-rw-r--r-- | deskutils/wmpinboard/files/patch-ac | 16 |
2 files changed, 18 insertions, 6 deletions
diff --git a/deskutils/wmpinboard/Makefile b/deskutils/wmpinboard/Makefile index e65447fd381d..b699c7113639 100644 --- a/deskutils/wmpinboard/Makefile +++ b/deskutils/wmpinboard/Makefile @@ -20,12 +20,8 @@ USE_IMAKE= yes USE_XPM= yes MAN1= wmpinboard.1 -MANCOMPRESSED= no -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/wmpinboard ${X11BASE}/bin - -post-install: - @${INSTALL_MAN} ${WRKSRC}/wmpinboard.1 ${PREFIX}/man/man1 +post-extract: + (cd ${WRKSRC}; ${CP} -p wmpinboard.1 wmpinboard.man) .include <bsd.port.mk> 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 + |