diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-04-29 05:05:56 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-04-29 05:05:56 +0800 |
commit | efec32dce3e9459a4822143becaafe4489001fc0 (patch) | |
tree | 7419a4781f1fcf4f6a5fc17564c62618b1bd289c /www/apache20 | |
parent | 1bca2449d6943be2937c8359213d0b393fe5e44a (diff) | |
download | freebsd-ports-gnome-efec32dce3e9459a4822143becaafe4489001fc0.tar.gz freebsd-ports-gnome-efec32dce3e9459a4822143becaafe4489001fc0.tar.zst freebsd-ports-gnome-efec32dce3e9459a4822143becaafe4489001fc0.zip |
- Fix typo preventing install/deinstall when /etc/ftpusers was present
Note if you already have www/apache20 or www/apache22 installed this is
not worth updating for; however, you should verify your [if you use it]
${PREFIX}/etc/apacheXX/extra/httpd-userdir.conf:
DisableUser dir setting correct lists the users you don't want
to have the ~/dir visible via http requests.
PR: ports/144422
Reported by: several
With hat: apache@
Diffstat (limited to 'www/apache20')
-rw-r--r-- | www/apache20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 922c6eccee80..f23f3fb22293 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -9,7 +9,7 @@ PORTNAME= apache PORTVERSION= 2.0.63 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITE_LOCAL:S/$/:powerlogo/} @@ -202,7 +202,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," \ |