aboutsummaryrefslogtreecommitdiff
path: root/deskutils/wmpinboard
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/wmpinboard')
-rw-r--r--deskutils/wmpinboard/Makefile8
-rw-r--r--deskutils/wmpinboard/files/patch-ac16
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
+