diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-13 18:12:38 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-13 18:12:38 +0800 |
commit | 22fedd428dfc91b5b63f459a74c3a3283faff389 (patch) | |
tree | 3c6eb854d3a2891e7d3f42d2fb30c850befce3d3 /www/apache21/Makefile | |
parent | 69d04df4f6ba61499e2e98c87b792bb97ee6d17d (diff) | |
download | freebsd-ports-gnome-22fedd428dfc91b5b63f459a74c3a3283faff389.tar.gz freebsd-ports-gnome-22fedd428dfc91b5b63f459a74c3a3283faff389.tar.zst freebsd-ports-gnome-22fedd428dfc91b5b63f459a74c3a3283faff389.zip |
Fix invalid path problem on building extension module with apxs.
PR: 32638
Submitted by: maintainer
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r-- | www/apache21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index f9eab5fbd9cc..847c715eb25d 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -7,7 +7,7 @@ PORTNAME= apache PORTVERSION= 2.0.28 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www ipv6 MASTER_SITES= http://www.apache.org/dist/httpd/ \ http://apache.mirrorcentral.com/dist/httpd/ \ |