summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-06-02 22:32:02 +0000
committerjperkin <jperkin@pkgsrc.org>2020-06-02 22:32:02 +0000
commit89668324f1b9a4200cda1309d75b4e573649420b (patch)
tree641ad7698454cb70e8e2679d2501046307478f21
parent5ea1cd50352f83b90b2e041a1f8f70b26159bafa (diff)
downloadpkgsrc-89668324f1b9a4200cda1309d75b4e573649420b.tar.gz
mozilla-rootcerts: Ensure script uses correct SH.
-rw-r--r--security/mozilla-rootcerts/Makefile4
-rw-r--r--security/mozilla-rootcerts/files/mozilla-rootcerts.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/mozilla-rootcerts/Makefile b/security/mozilla-rootcerts/Makefile
index 4d44a6463af..b9c80aaeede 100644
--- a/security/mozilla-rootcerts/Makefile
+++ b/security/mozilla-rootcerts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/05/30 22:39:08 tnn Exp $
+# $NetBSD: Makefile,v 1.38 2020/06/02 22:32:02 jperkin Exp $
DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE}
CATEGORIES= security
@@ -39,7 +39,7 @@ SUBST_CLASSES= paths
SUBST_MESSAGE.paths= Replacing hard-coded paths.
SUBST_STAGE.paths= post-configure
SUBST_FILES.paths= ${CERT_SCRIPT}
-SUBST_VARS.paths= AWK DATADIR ECHO EXPR LN LS MKDIR PREFIX SSLDIR RM
+SUBST_VARS.paths= AWK DATADIR ECHO EXPR LN LS MKDIR PREFIX RM SH 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 c9bf3a7e0ad..a77864f1c34 100644
--- a/security/mozilla-rootcerts/files/mozilla-rootcerts.sh
+++ b/security/mozilla-rootcerts/files/mozilla-rootcerts.sh
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!@SH@
#
-# $NetBSD: mozilla-rootcerts.sh,v 1.20 2020/03/30 16:38:03 gdt Exp $
+# $NetBSD: mozilla-rootcerts.sh,v 1.21 2020/06/02 22:32:02 jperkin Exp $
#
# This script is meant to be used as follows:
#