diff options
author | sbd <sbd@pkgsrc.org> | 2011-12-17 00:12:29 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-12-17 00:12:29 +0000 |
commit | 7611318ef3f3a25b666ea4f377ae1e6b23eaa4c3 (patch) | |
tree | fffe1045afe88a19c3d7145e60084d2668bb946e /net/fetch | |
parent | 8fc619c7b7c664f6c829eff84a78d421aa4754d6 (diff) | |
download | pkgsrc-7611318ef3f3a25b666ea4f377ae1e6b23eaa4c3.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/Makefile | 7 |
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: |