summaryrefslogtreecommitdiff
path: root/security/mozilla-rootcerts
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-01-27 13:53:06 +0000
committerjperkin <jperkin@pkgsrc.org>2015-01-27 13:53:06 +0000
commit71331093f23600601427b485ade56078e90a5cf4 (patch)
tree44417baff53ccd7e5864ee1be1f837994ae419ba /security/mozilla-rootcerts
parent3a6fb41ca6b8dbbd9bda2b6ba66a29bcd1ebcb0d (diff)
downloadpkgsrc-71331093f23600601427b485ade56078e90a5cf4.tar.gz
Ensure we call the full path to the script. Bump PKGREVISION.
Diffstat (limited to 'security/mozilla-rootcerts')
-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"