summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-01-27 13:53:06 +0000
committerjperkin <jperkin>2015-01-27 13:53:06 +0000
commit962313e9cb1649741424de83b9e395c31a702c69 (patch)
tree44417baff53ccd7e5864ee1be1f837994ae419ba
parent549f0edfdfd577e526f90596565de9ba199edaa8 (diff)
downloadpkgsrc-962313e9cb1649741424de83b9e395c31a702c69.tar.gz
Ensure we call the full path to the script. Bump PKGREVISION.
-rw-r--r--security/mozilla-rootcerts/Makefile6
-rw-r--r--security/mozilla-rootcerts/files/mozilla-rootcerts.sh4
2 files changed, 5 insertions, 5 deletions
diff --git a/security/mozilla-rootcerts/Makefile b/security/mozilla-rootcerts/Makefile
index 2e109189d04..689a68cdcc4 100644
--- a/security/mozilla-rootcerts/Makefile
+++ b/security/mozilla-rootcerts/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2014/09/06 08:03:00 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2015/01/27 13:53:06 jperkin Exp $
DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
DISTFILES= ${CERTDATA}
@@ -34,7 +34,7 @@ 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 RM DATADIR MKDIR SSLDIR
+SUBST_VARS.paths= AWK ECHO EXPR LN LOCALBASE LS RM DATADIR MKDIR SSLDIR
SUBST_SED.paths= -e 's,@OPENSSL@,${TOOLS_PATH.openssl},g'
INSTALLATION_DIRS= sbin ${DATADIR}
diff --git a/security/mozilla-rootcerts/files/mozilla-rootcerts.sh b/security/mozilla-rootcerts/files/mozilla-rootcerts.sh
index 1aa02b55cc9..79aada92b60 100644
--- a/security/mozilla-rootcerts/files/mozilla-rootcerts.sh
+++ b/security/mozilla-rootcerts/files/mozilla-rootcerts.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: mozilla-rootcerts.sh,v 1.6 2014/09/06 08:03:00 wiz Exp $
+# $NetBSD: mozilla-rootcerts.sh,v 1.7 2015/01/27 13:53:06 jperkin Exp $
#
# This script is meant to be used as follows:
#
@@ -19,7 +19,7 @@
: ${SSLDIR=@SSLDIR@}
: ${RM=@RM@}
-self="mozilla-rootcerts"
+self="@LOCALBASE@/bin/mozilla-rootcerts"
certfile="@DATADIR@/certdata.txt"
certdir="/etc/ssl/certs"