aboutsummaryrefslogtreecommitdiff
path: root/www/apache13+ipv6/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-08-09 02:16:31 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-08-09 02:16:31 +0000
commitac5728bf109605f6b5b83d681443a42a65ed22e5 (patch)
treeee8eb30a6408fa4e8163ce37ea7ba4824d46bc12 /www/apache13+ipv6/Makefile
parent6771be2cc967738b3ba5dd6fa324cb86816f0815 (diff)
Notes
Diffstat (limited to 'www/apache13+ipv6/Makefile')
-rw-r--r--www/apache13+ipv6/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache13+ipv6/Makefile b/www/apache13+ipv6/Makefile
index 2c0133b529f0..22d85c92cc40 100644
--- a/www/apache13+ipv6/Makefile
+++ b/www/apache13+ipv6/Makefile
@@ -77,9 +77,7 @@ pre-configure:
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; \
- ${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh; \
+ ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/apache.sh ${PREFIX}/etc/rc.d/apache.sh; \
fi
.include <bsd.port.post.mk>