summaryrefslogtreecommitdiff
path: root/www/apache13
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-04-24 13:41:36 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-04-24 13:41:36 +0000
commit15c9b755b0e7f4749abd18534717a869d6ae0383 (patch)
tree5c90ce84b45deb3ca2de135c21b193f0f9419d01 /www/apache13
parentAdd files missing from the previous commit. (diff)
Replace PREFIX globally
PR: 37413 Submitted by: Jason Mann <jmann@blueyonder.co.uk>
Notes
Notes: svn path=/head/; revision=58056
Diffstat (limited to 'www/apache13')
-rw-r--r--www/apache13/Makefile4
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: