summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkei <kei>2001-04-03 05:24:48 +0000
committerkei <kei>2001-04-03 05:24:48 +0000
commitf0fa70faea69c9d3fd2853e716d2b0dcdad5b8f6 (patch)
treeddb5cf105b08beef68ec81213750950332232aec
parent53948dc6e24da261e2cdabf79e7b61528ad15d16 (diff)
downloadpkgsrc-f0fa70faea69c9d3fd2853e716d2b0dcdad5b8f6.tar.gz
make 'make install;make deinstall;make reinstall' work.
-rw-r--r--x11/wmfishtime/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/wmfishtime/Makefile b/x11/wmfishtime/Makefile
index 88be992e7a0..e69c8abcfb1 100644
--- a/x11/wmfishtime/Makefile
+++ b/x11/wmfishtime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/02 03:58:11 mjl Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/03 05:24:48 kei Exp $
#
DISTNAME= wmfishtime-1.1
@@ -13,4 +13,7 @@ DEPENDS+= gtk+>=1.2.9:../gtk
USE_X11BASE= # defined
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmfishtime ${PREFIX}/bin
+
.include "../../mk/bsd.pkg.mk"