From 962313e9cb1649741424de83b9e395c31a702c69 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 27 Jan 2015 13:53:06 +0000 Subject: Ensure we call the full path to the script. Bump PKGREVISION. --- security/mozilla-rootcerts/Makefile | 6 +++--- security/mozilla-rootcerts/files/mozilla-rootcerts.sh | 4 ++-- 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" -- cgit v1.2.3