aboutsummaryrefslogtreecommitdiffstats
path: root/www/fhttpd/Makefile
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-07-14 09:55:13 +0800
committerjedgar <jedgar@FreeBSD.org>2000-07-14 09:55:13 +0800
commitdf1f78d4befe3b5050493f8c152b2ef65816ddae (patch)
tree49d6308686743cddd48f23f625e9e10c351e9836 /www/fhttpd/Makefile
parentf7c5356da38e1c9372cba089e71bac528e69bc87 (diff)
downloadfreebsd-ports-gnome-df1f78d4befe3b5050493f8c152b2ef65816ddae.tar.gz
freebsd-ports-gnome-df1f78d4befe3b5050493f8c152b2ef65816ddae.tar.zst
freebsd-ports-gnome-df1f78d4befe3b5050493f8c152b2ef65816ddae.zip
Convert startup script to {start|stop} usage
Diffstat (limited to 'www/fhttpd/Makefile')
-rw-r--r--www/fhttpd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/fhttpd/Makefile b/www/fhttpd/Makefile
index 49579c606b45..29ab31076223 100644
--- a/www/fhttpd/Makefile
+++ b/www/fhttpd/Makefile
@@ -23,13 +23,11 @@ pre-patch:
pre-install:
${RM} -rf ${WRKSRC}/http-root/pub/dummy_directory
- ${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/fhttpd.sh
${PERL} -pi -e "s:%%LOGFILE%%:${PREFIX}/${LOGFILE}:g" ${WRKSRC}/fhttpd.sh
${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/http-root/root-fhttpd.conf
${PERL} -pi -e "s:%%LOGFILE%%:${PREFIX}/${LOGFILE}:g" ${WRKSRC}/http-root/root-fhttpd.conf
do-install:
- ${MKDIR} ${PREFIX}/etc/rc.d
${INSTALL_SCRIPT} ${WRKSRC}/fhttpd.sh ${PREFIX}/etc/rc.d
.for PROG in fhttpd fhttpd-file fhttpd-log
${INSTALL_PROGRAM} ${WRKSRC}/${PROG} ${PREFIX}/sbin