diff options
author | tnn <tnn@pkgsrc.org> | 2015-10-12 08:33:38 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-10-12 08:33:38 +0000 |
commit | 8c821b638d6bbd4103f2f5e7f5974dc40c0de55c (patch) | |
tree | c802f3e76138528dabb90d04d9bb9a1725292439 /security | |
parent | bddc0599d3f15d2c15f37e312bf02686489aede1 (diff) | |
download | pkgsrc-8c821b638d6bbd4103f2f5e7f5974dc40c0de55c.tar.gz |
make NOT_FOR_UNPRIVILEGED unconditional (use of /etc is unconditional)
Diffstat (limited to 'security')
-rw-r--r-- | security/mozilla-rootcerts-openssl/Makefile | 6 |
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 |