From 7611318ef3f3a25b666ea4f377ae1e6b23eaa4c3 Mon Sep 17 00:00:00 2001 From: sbd Date: Sat, 17 Dec 2011 00:12:29 +0000 Subject: If using fetch in FETCH_USING then fetch and libfetch cannot use checkperms. --- net/fetch/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'net/fetch') 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: -- cgit v1.2.3