From 0c85b2532d1acb69c06416dc218159effa848fec Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 2 Nov 2001 10:04:27 +0000 Subject: Use ${SH} to run pkg-install. It seems that CTM not preserve x-bit --- www/apache13-modssl/Makefile | 2 +- www/apache13/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index f6c22df0e35e..f64a5c524eec 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -115,7 +115,7 @@ certificate: && ${MAKE} certificate TYPE=${TYPE} CRT=${CRT} KEY=${KEY} pre-install: - PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} PRE-INSTALL + PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 686e0a7b6b6d..2c4e3bf8d4a7 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -66,7 +66,7 @@ MAN1= dbmmanage.1 htdigest.1 htpasswd.1 MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 pre-install: - PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} PRE-INSTALL + PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ -- cgit v1.2.3