diff options
author | kei <kei@pkgsrc.org> | 2001-04-03 05:24:48 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2001-04-03 05:24:48 +0000 |
commit | 30afc75b8737dd54d3b76a7e99ec59f94be74704 (patch) | |
tree | ddb5cf105b08beef68ec81213750950332232aec /x11 | |
parent | 8a686a4a1f71666b038ea45e5c311f73341bfaa6 (diff) | |
download | pkgsrc-30afc75b8737dd54d3b76a7e99ec59f94be74704.tar.gz |
make 'make install;make deinstall;make reinstall' work.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmfishtime/Makefile | 5 |
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" |