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/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/apache13') 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