summaryrefslogtreecommitdiff
path: root/security/mozilla-rootcerts-openssl
diff options
context:
space:
mode:
authortnn <tnn>2015-10-12 08:33:38 +0000
committertnn <tnn>2015-10-12 08:33:38 +0000
commite682e0b5b8bea95e8c3aa943420514325435b232 (patch)
treec802f3e76138528dabb90d04d9bb9a1725292439 /security/mozilla-rootcerts-openssl
parentd0c7692147d73b608a311b4ed7ef37435a179ceb (diff)
downloadpkgsrc-e682e0b5b8bea95e8c3aa943420514325435b232.tar.gz
make NOT_FOR_UNPRIVILEGED unconditional (use of /etc is unconditional)
Diffstat (limited to 'security/mozilla-rootcerts-openssl')
-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