diff options
author | joerg <joerg> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-03-24 19:21:18 +0000 |
commit | f28d555e18f935b83971ec8fe6c74564beccb54b (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /x11/tkman | |
parent | 3693e572eee7e816fbb7530590631bdda71fcea9 (diff) | |
download | pkgsrc-f28d555e18f935b83971ec8fe6c74564beccb54b.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'x11/tkman')
-rw-r--r-- | x11/tkman/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/tkman/Makefile b/x11/tkman/Makefile index 89881d7dca6..9824683c091 100644 --- a/x11/tkman/Makefile +++ b/x11/tkman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2007/01/26 23:32:48 joerg Exp $ +# $NetBSD: Makefile,v 1.44 2007/03/24 19:21:33 joerg Exp $ DISTNAME= tkman-2.2 PKGREVISION= 1 @@ -13,6 +13,8 @@ DEPENDS+= glimpse>=4.1:../../textproc/glimpse DEPENDS+= rman>=3.1:../../textproc/rman DEPENDS+= tk>=8.4:../../x11/tk +INSTALLATION_DIRS= bin libexec + post-extract: .for f in Makefile manpath.tcl ${MV} ${WRKSRC}/${f} ${WRKSRC}/${f}.cr |