diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-08 23:02:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-08 23:02:03 +0000 |
commit | 28475e750158c67e3fabfc113a2eedbb1ec3c1c5 (patch) | |
tree | fee7e2e22bed01bb39e58d4fc7aaa7f90ace6668 /mk/bsd.prefs.mk | |
parent | cee67a4edba0b5c503c2af75bd3e1a5a036511a1 (diff) | |
download | pkgsrc-28475e750158c67e3fabfc113a2eedbb1ec3c1c5.tar.gz |
Disable CHECK_PERMS by default for meta-packages.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index d2983084e9c..6ff987aaf25 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.288 2008/10/05 21:36:34 cube Exp $ +# $NetBSD: bsd.prefs.mk,v 1.289 2009/04/08 23:02:03 joerg Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -369,6 +369,7 @@ NO_CONFIGURE= yes NO_BUILD= yes DISTFILES= # none PLIST_SRC= # none +CHECK_PERMS= no do-patch: @${DO_NADA} do-install: |