aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache13
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-11-02 18:04:27 +0800
committerache <ache@FreeBSD.org>2001-11-02 18:04:27 +0800
commit64f3dd7ac0d61a688f809000ff248ad0027d1e22 (patch)
tree3b6655a7e81833856901cba056a3e09c46e28371 /www/apache13
parent0455f0a946dd3c93fc3843930ae4a312c2476ba2 (diff)
downloadfreebsd-ports-gnome-64f3dd7ac0d61a688f809000ff248ad0027d1e22.tar.gz
freebsd-ports-gnome-64f3dd7ac0d61a688f809000ff248ad0027d1e22.tar.zst
freebsd-ports-gnome-64f3dd7ac0d61a688f809000ff248ad0027d1e22.zip
Use ${SH} to run pkg-install. It seems that CTM not preserve x-bit
Diffstat (limited to 'www/apache13')
-rw-r--r--www/apache13/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \