diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-04-24 13:41:36 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-04-24 13:41:36 +0000 |
commit | 15c9b755b0e7f4749abd18534717a869d6ae0383 (patch) | |
tree | 5c90ce84b45deb3ca2de135c21b193f0f9419d01 /www/apache13 | |
parent | 711454b0df99ad11a8b01571dc968237b8ea87c7 (diff) |
Notes
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 7ec2992eef2f..ae2a3cf38807 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -7,7 +7,7 @@ PORTNAME= apache PORTVERSION= 1.3.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/httpd/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \ @@ -73,7 +73,7 @@ MAN1= dbmmanage.1 htdigest.1 htpasswd.1 MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 post-extract: - @${SED} -e "s=%%PREFIX%%=${PREFIX}=" ${FILESDIR}/apache.sh \ + @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/apache.sh \ > ${WRKSRC}/apache.sh pre-install: |