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 /russian/apache13/Makefile | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'russian/apache13/Makefile')
-rw-r--r-- | russian/apache13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/apache13/Makefile b/russian/apache13/Makefile index dae1426..646e3de 100644 --- a/russian/apache13/Makefile +++ b/russian/apache13/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Apr 10 22:30:36 EEST 1999 # Whom: vns@delta.odessa.ua # -# $Id: Makefile,v 1.1.1.1 1999/05/03 03:57:52 steve Exp $ +# $Id: Makefile,v 1.2 1999/08/01 02:31:02 steve Exp $ # DISTNAME= apache_1.3.6 @@ -86,7 +86,7 @@ post-install: ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ ${ECHO} "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && echo -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ - chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \ + ${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi .include <bsd.port.mk> |