summaryrefslogtreecommitdiff
path: root/sysutils/stow
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-20 02:17:09 +0000
committerjlam <jlam@pkgsrc.org>2004-01-20 02:17:09 +0000
commit18ab85ee1d4b4cf29eac84814716b1d5f91bde85 (patch)
treebe3bf3f48020a7d8aad5374edaa38ebb9f409f78 /sysutils/stow
parent8255467acbc3c9f3cbbd14cd3b80b6013491b74a (diff)
downloadpkgsrc-18ab85ee1d4b4cf29eac84814716b1d5f91bde85.tar.gz
This package never invokes the toolchain so it doesn't need buildlink[23].
Define NO_BUILDLINK to signify this to bsd.pkg.mk. Also, note that this package trivailly supports pkgviews.
Diffstat (limited to 'sysutils/stow')
-rw-r--r--sysutils/stow/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile
index 9051aedb537..5f8fd491c52 100644
--- a/sysutils/stow/Makefile
+++ b/sysutils/stow/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/08/09 11:25:14 seb Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/20 02:17:09 jlam Exp $
#
DISTNAME= stow-1.3.3
@@ -9,11 +9,12 @@ MAINTAINER= tech-pkg@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_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+NO_BUILDLINK= YES
GNU_CONFIGURE= YES
INFO_FILES= stow.info
-.include "../../lang/perl5/buildlink2.mk"
-
+.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"