summaryrefslogtreecommitdiffstats
path: root/russian/apache13
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committermharo <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitc703665fd61c774a392a6785e6b1c49569072bf1 (patch)
treefadaf059519c61c85fed9e8be59d5c262720f5d3 /russian/apache13
parentb6234e33d2dcb7767ac29adb112187db9036c665 (diff)
downloadFreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.zip
FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'russian/apache13')
-rw-r--r--russian/apache13/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/apache13/Makefile b/russian/apache13/Makefile
index 64dce67..dcd3086 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.3 1999/08/22 18:59:51 mharo Exp $
+# $Id: Makefile,v 1.4 1999/08/22 23:33:20 mharo Exp $
#
DISTNAME= apache_1.3.6
@@ -85,7 +85,7 @@ post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
${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; \
+ ${ECHO} "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && ${ECHO_MSG} -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \
${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh; \
fi
OpenPOWER on IntegriCloud