From 187f9049b9b004fb71e72dd16e1818c627df3cea Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 26 Mar 2004 06:16:16 +0000 Subject: 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. --- security/openssl/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3