summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-26 06:16:16 +0000
committerjlam <jlam>2004-03-26 06:16:16 +0000
commit39db9c8fbe71e1c46ac9935e1ef15db93583c0b7 (patch)
tree0370c6de203b95c0021fefd60ab8e5cf8e0e06b2 /security/openssl
parent110a741cbff501976c86592ccf2b94a0f69345a3 (diff)
downloadpkgsrc-39db9c8fbe71e1c46ac9935e1ef15db93583c0b7.tar.gz
We can't use ${PKGBASE} on the left-hand side of an assignment since it's
not defined yet until bsd.pkg.mk. Explicitly use "openssl" instead. This correctly forces NetBSD installations of openssl to use /etc/openssl as the configuration file directory as originally intended.
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 38eb6851dcc..4a89beb2669 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2004/03/26 05:41:10 jlam Exp $
+# $NetBSD: Makefile,v 1.91 2004/03/26 06:16:16 jlam Exp $
DISTNAME= openssl-0.9.6m
SVR4_PKGNAME= ossl
@@ -69,7 +69,7 @@ CONF_FILES= ${PREFIX}/share/examples/openssl/openssl.cnf \
OWN_DIRS= ${PKG_SYSCONFDIR}/certs ${PKG_SYSCONFDIR}/private
.if ${OPSYS} == "NetBSD"
-PKG_SYSCONFDIR.${PKGBASE}?= /etc/openssl
+PKG_SYSCONFDIR.openssl?= /etc/openssl
. if !exists(/usr/libexec/ld.elf_so) && !exists(/usr/libexec/ld.so)
PKG_FAIL_REASON= ${PKGNAME} requires shared object support
. endif