aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache20
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-05-07 11:22:09 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-05-07 11:22:09 +0800
commitdf364674383c9b1e3fb20758a2e166d1e12281c6 (patch)
treeba8fdfc57b233ab40fb3b1203ab011993c4784ca /www/apache20
parent2c9ba80fda7074644722d8eef2e3ce48611ecc76 (diff)
downloadfreebsd-ports-gnome-df364674383c9b1e3fb20758a2e166d1e12281c6.tar.gz
freebsd-ports-gnome-df364674383c9b1e3fb20758a2e166d1e12281c6.tar.zst
freebsd-ports-gnome-df364674383c9b1e3fb20758a2e166d1e12281c6.zip
- duplicate www/apache22 re-fix for /etc/ftpusers in www/apache20
PR: ports/144422 Reported by: several With hat: apache@
Diffstat (limited to 'www/apache20')
-rw-r--r--www/apache20/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile
index b17c805c0e89..15f7a687662b 100644
--- a/www/apache20/Makefile
+++ b/www/apache20/Makefile
@@ -9,7 +9,7 @@
PORTNAME= apache
PORTVERSION= 2.0.63
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
${MASTER_SITE_LOCAL:S/$/:powerlogo/}
@@ -214,7 +214,7 @@ pre-configure:
post-configure:
@FTPUSERS=`${EGREP} -v '^#' /etc/ftpusers| ${TR} -s "\n" " "` ;\
- ${REINPLACE_CMD} -e "s,%%FTPUSERS%%,${FTPUSERS}, ; \
+ ${REINPLACE_CMD} -e "s,%%FTPUSERS%%,$${FTPUSERS}, ; \
s,%%WWWOWN%%,${WWWOWN}, ; \
s,%%WWWGRP%%,${WWWGRP}, ; \
s,%%WWWBASEDIR%%,${PREFIX}/www," \