diff options
author | fhajny <fhajny@pkgsrc.org> | 2013-03-15 12:36:25 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2013-03-15 12:36:25 +0000 |
commit | ed6fbfa4ab65d03f67ffbf73cd833dbb443bf825 (patch) | |
tree | 030b14577632e730406e78d02e9cff1b88f07086 /security/mozilla-rootcerts | |
parent | f30dfd2fa8245edb97dd86720740ed537a1476fd (diff) | |
download | pkgsrc-ed6fbfa4ab65d03f67ffbf73cd833dbb443bf825.tar.gz |
Substitute the openssl tool path in a different manner, so that pkgsrc
openssl will be used if not builtin. Fixes problem with incorrect cert
hashes generated on (at least) SunOS.
Diffstat (limited to 'security/mozilla-rootcerts')
-rw-r--r-- | security/mozilla-rootcerts/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/mozilla-rootcerts/Makefile b/security/mozilla-rootcerts/Makefile index fd56d92dc1f..b556716707f 100644 --- a/security/mozilla-rootcerts/Makefile +++ b/security/mozilla-rootcerts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/01/31 09:39:00 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/03/15 12:36:25 fhajny Exp $ DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE} CATEGORIES= security @@ -24,7 +24,8 @@ SUBST_CLASSES= paths SUBST_MESSAGE.paths= Replacing hard-coded paths. SUBST_STAGE.paths= post-configure SUBST_FILES.paths= mozilla-rootcerts.sh -SUBST_VARS.paths= AWK ECHO EXPR LN LS OPENSSL RM DATADIR +SUBST_VARS.paths= AWK ECHO EXPR LN LS RM DATADIR +SUBST_SED.paths= -e 's,@OPENSSL@,${TOOLS_PATH.openssl},g' INSTALLATION_DIRS= sbin ${DATADIR} |