diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /www/apache13-fp | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'www/apache13-fp')
-rw-r--r-- | www/apache13-fp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13-fp/Makefile b/www/apache13-fp/Makefile index 2d0c83e..dac275f 100644 --- a/www/apache13-fp/Makefile +++ b/www/apache13-fp/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Oct 31 16:30:00 CDT 1997 # Whom: hetzels@westbend.net # -# $Id: Makefile,v 1.11 1999/03/26 14:07:16 asami Exp $ +# $Id: Makefile,v 1.12 1999/05/03 01:50:50 steve Exp $ # DISTNAME= apache_${AP_VERS} @@ -128,7 +128,7 @@ post-install: @${CAT} ${FILESDIR}/apache.sh.tmpl | \ ${SED} -e 's;PREFIX;${PREFIX};' -e 's;PERL5;${PERL};' \ > ${PREFIX}/etc/rc.d/apache.sh - @chmod 751 ${PREFIX}/etc/rc.d/apache.sh + @${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh @${CAT} ${WRKSRC}/${FPINSTALL} | \ ${SED} -e 's;PREFIX;${PREFIX};' > ${WRKDIR}/tmp.fpinstall @${SH} ${WRKDIR}/tmp.fpinstall |