summaryrefslogtreecommitdiff
path: root/sysutils/checkperms
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-03 14:04:17 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-03 14:04:17 +0000
commit10e3eaa283cb9308393cc37f38e621523439a3f0 (patch)
tree9a164131732a2efb192ffe8216af2d7a51fae5f4 /sysutils/checkperms
parente24209d1455027ac9e39ab799fbdc2c1e21f9cfc (diff)
downloadpkgsrc-10e3eaa283cb9308393cc37f38e621523439a3f0.tar.gz
Override CHECK_PERMS for checkperms and its dependency digest.
This allows making it a real dependency for bulk builds.
Diffstat (limited to 'sysutils/checkperms')
-rw-r--r--sysutils/checkperms/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/checkperms/Makefile b/sysutils/checkperms/Makefile
index 168db2f8feb..1510f31cd81 100644
--- a/sysutils/checkperms/Makefile
+++ b/sysutils/checkperms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/03/05 23:12:39 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2007/07/03 14:04:17 joerg Exp $
#
DISTNAME= checkperms-1.7
@@ -14,6 +14,9 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
USE_BSD_MAKEFILE= yes
.include "../../mk/bsd.prefs.mk"
+
+CHECK_PERMS= no
+
.if ${OPSYS} == "Linux"
MAKE_ENV+= NOGCCERROR=yes # see PR 35930
.endif