diff options
author | will <will@FreeBSD.org> | 2001-04-18 01:26:55 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-18 01:26:55 +0800 |
commit | 57f93c2e89143c7bb7e5a38cd0a8540a5963f047 (patch) | |
tree | 2fe45323872a5eac5520c1f22495ce2c18482493 /www/apache21/Makefile | |
parent | fb340bdb41d237e32e71f1a1e3993efafc0958f9 (diff) | |
download | freebsd-ports-gnome-57f93c2e89143c7bb7e5a38cd0a8540a5963f047.tar.gz freebsd-ports-gnome-57f93c2e89143c7bb7e5a38cd0a8540a5963f047.tar.zst freebsd-ports-gnome-57f93c2e89143c7bb7e5a38cd0a8540a5963f047.zip |
Fix problems with configure bug that doesn't evaluate variables for
support/*.in.
PR: 26570
Submitted by: maintainer
Found by: mharo
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r-- | www/apache21/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index a549fead3c9e..5ce2baf3327c 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache PORTVERSION= 2.0.16 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ http://www.cybernic.com/mirror/dist/httpd/ \ |