pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl We can't use ${PKGBASE} on the left-h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e81e077ef11
branches:  trunk
changeset: 471318:3e81e077ef11
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Mar 26 06:16:16 2004 +0000

description:
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:

 security/openssl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fb24ffe07df0 -r 3e81e077ef11 security/openssl/Makefile
--- a/security/openssl/Makefile Fri Mar 26 05:41:10 2004 +0000
+++ b/security/openssl/Makefile Fri Mar 26 06:16:16 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index