summaryrefslogtreecommitdiff
path: root/net/fetch
diff options
context:
space:
mode:
authorsbd <sbd>2011-12-17 00:12:29 +0000
committersbd <sbd>2011-12-17 00:12:29 +0000
commit35f6db65a65c5a0b1053ea629241e9069ab32dd4 (patch)
treefffe1045afe88a19c3d7145e60084d2668bb946e /net/fetch
parent9fdc2847e32610aff5d8374cc96c90630270eecd (diff)
downloadpkgsrc-35f6db65a65c5a0b1053ea629241e9069ab32dd4.tar.gz
If using fetch in FETCH_USING then fetch and libfetch cannot use checkperms.
Diffstat (limited to 'net/fetch')
-rw-r--r--net/fetch/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/fetch/Makefile b/net/fetch/Makefile
index d34d06e2424..02b15c61ad4 100644
--- a/net/fetch/Makefile
+++ b/net/fetch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2010/01/22 13:22:28 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2011/12/17 00:12:29 sbd Exp $
#
DISTNAME= fetch-1.7
@@ -18,6 +18,11 @@ USE_FEATURES= nbcompat
GNU_CONFIGURE= yes
USE_BSD_MAKEFILE= yes
+.include "../../mk/bsd.prefs.mk"
+.if !empty(FETCH_USING:Mfetch)
+CHECK_PERMS= no
+.endif
+
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
do-extract: