summaryrefslogtreecommitdiff
path: root/sysutils/stow
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-30 17:33:31 +0000
committerjlam <jlam@pkgsrc.org>2001-11-30 17:33:31 +0000
commit6373352572b3238384af0f56b4699a15b0002111 (patch)
tree5e0c96f55cdf09f4c5678330abb9405dd9978e55 /sysutils/stow
parent048e52aa60cd3bc0e76f6dc9e8c8540b7606dac7 (diff)
downloadpkgsrc-6373352572b3238384af0f56b4699a15b0002111.tar.gz
Buildlink'ify
Diffstat (limited to 'sysutils/stow')
-rw-r--r--sysutils/stow/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile
index c5863ae6e63..ecca98fb346 100644
--- a/sysutils/stow/Makefile
+++ b/sysutils/stow/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/17 17:42:18 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/11/30 17:33:31 jlam Exp $
#
DISTNAME= stow-1.3.2
@@ -9,9 +9,10 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.ai.mit.edu/software/stow/stow.html
COMMENT= Maps several separate packages into a tree without merging them
-USE_PERL5= yes
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
-GNU_CONFIGURE= yes
INFO_FILES= stow.info
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"