diff options
author | ache <ache@FreeBSD.org> | 2002-04-24 21:41:36 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-04-24 21:41:36 +0800 |
commit | 3ff8424820e5820d146b8896addefbc9d56af9c2 (patch) | |
tree | 52da4eed17f249a81549d14c33ec78ec33185403 /www/apache13 | |
parent | cba74657a43bd8b47ceb5b736b9156969432cadb (diff) | |
download | freebsd-ports-gnome-3ff8424820e5820d146b8896addefbc9d56af9c2.tar.gz freebsd-ports-gnome-3ff8424820e5820d146b8896addefbc9d56af9c2.tar.zst freebsd-ports-gnome-3ff8424820e5820d146b8896addefbc9d56af9c2.zip |
Replace PREFIX globally
PR: 37413
Submitted by: Jason Mann <jmann@blueyonder.co.uk>
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: |