diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-17 17:26:55 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-17 17:26:55 +0000 |
commit | d0166f0dd30091718b27a3a844f663f01924a97d (patch) | |
tree | f4fe77c20bd8af0e42ec58eeb04086ca687fc9ca /www/apache2/Makefile | |
parent | Switch to .bz2 distfile to save a bit of space (diff) |
Fix problems with configure bug that doesn't evaluate variables for
support/*.in.
PR: 26570
Submitted by: maintainer
Found by: mharo
Notes
Notes:
svn path=/head/; revision=41579
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r-- | www/apache2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index a549fead3c9e..5ce2baf3327c 100644 --- a/www/apache2/Makefile +++ b/www/apache2/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/ \ |