summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-09-06 18:38:21 +0000
committerjperkin <jperkin@pkgsrc.org>2015-09-06 18:38:21 +0000
commit4e321d9b5b4e86980ca52fabbbec65248895cb6e (patch)
treee8cd99e4b7e3afb8306d672a6e6392870653fad1 /pkgtools/pkg_install
parent034065c65287c5fadb5f5d01278c69ca48853c70 (diff)
downloadpkgsrc-4e321d9b5b4e86980ca52fabbbec65248895cb6e.tar.gz
Ensure netpgpverify configure is called with CONFIG_SHELL. Fixes
build on legacy Solaris.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 240772d5be5..9835aa90818 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.209 2015/09/01 12:14:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.210 2015/09/06 18:38:21 jperkin Exp $
# Notes to package maintainers:
#
@@ -221,9 +221,9 @@ pre-configure:
-f ${MAKE_FILE} depend all
cd ${WRKDIR}/netpgpverify && \
${SED} -e '/zlib/d' Makefile.lib.in >Makefile.in && \
- ./configure && ${SETENV} ${MAKE_ENV} ${BSD_MAKE_ENV} \
- ${MAKE_PROGRAM} ${MAKE_FLAGS} ${BUILD_MAKE_FLAGS} \
- -f ${MAKE_FILE} all
+ ${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} ./configure && \
+ ${SETENV} ${MAKE_ENV} ${BSD_MAKE_ENV} ${MAKE_PROGRAM} \
+ ${MAKE_FLAGS} ${BUILD_MAKE_FLAGS} -f ${MAKE_FILE} all
# XXX Reverse the order that update does things since
# XXX we need pkg_delete built before we can deinstall.