summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg>2014-11-24 00:31:03 +0000
committerjoerg <joerg>2014-11-24 00:31:03 +0000
commit81deec58604d270463388f0e8662bbb6cd4c69f5 (patch)
tree8ed99004fa4d5430c5b2207c6925eb005652e60c /pkgtools
parent98b1218486f8be1eca051d1e5aada9b7464bbfec (diff)
downloadpkgsrc-81deec58604d270463388f0e8662bbb6cd4c69f5.tar.gz
Disable CHECK_PERM & USE_CWRAPPERS here.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/cwrappers/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/cwrappers/Makefile b/pkgtools/cwrappers/Makefile
index e0d519c76ba..cb7372d4570 100644
--- a/pkgtools/cwrappers/Makefile
+++ b/pkgtools/cwrappers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/10/06 15:38:57 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2014/11/24 00:31:03 joerg Exp $
PKGNAME= cwrappers-20100308
CATEGORIES= pkgtools sysutils
@@ -15,6 +15,9 @@ INSTALLATION_DIRS= libexec/cwrappers
.include "../../mk/bsd.prefs.mk"
+USE_CWRAPPERS:= no
+CHECK_PERMS= no
+
.if ${OPSYS} != "NetBSD" || !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*)
MAKE_ENV+= NEED_MI_VECTOR_HASH=1
.endif