summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-10-12 08:33:38 +0000
committertnn <tnn@pkgsrc.org>2015-10-12 08:33:38 +0000
commit7f9681e5f2120323f8734136d8b2bc2d1629766f (patch)
treec802f3e76138528dabb90d04d9bb9a1725292439 /security
parenta5756e230b74fb711d987be9bb0b7ffbe6164fb0 (diff)
downloadpkgsrc-7f9681e5f2120323f8734136d8b2bc2d1629766f.tar.gz
make NOT_FOR_UNPRIVILEGED unconditional (use of /etc is unconditional)
Diffstat (limited to 'security')
-rw-r--r--security/mozilla-rootcerts-openssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/mozilla-rootcerts-openssl/Makefile b/security/mozilla-rootcerts-openssl/Makefile
index 621f01c9ec4..4abb88a57ce 100644
--- a/security/mozilla-rootcerts-openssl/Makefile
+++ b/security/mozilla-rootcerts-openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/09/12 13:03:54 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2015/10/12 08:33:38 tnn Exp $
PKGNAME= mozilla-rootcerts-openssl-1
PKGREVISION= 1
@@ -37,14 +37,14 @@ PLACE= /etc
SET_PREFIX= yes
PLIST_SUBST+= MYETCDIR=etc
CHECK_FILES_SUPPORTED= no
-NOT_FOR_UNPRIVILEGED= yes
-
.else
PLACE= ${MY_PKG_SYSCONFDIR}
SET_PREFIX= yes
PLIST_SUBST+= MYETCDIR=${MY_PKG_SYSCONFDIR:S/^${PREFIX}//}
.endif
+NOT_FOR_UNPRIVILEGED= yes
+
OPENSSLDIR= ${PLACE}/openssl/certs
SSLDIR= /etc/ssl/certs