diff options
Diffstat (limited to 'www/apache20/Makefile')
-rw-r--r-- | www/apache20/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index bc5036c..6807598 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache PORTVERSION= 1.3.14 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ @@ -25,6 +26,9 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://apache.nextpath.com/pub/apache/dist/ DISTNAME= apache_${PORTVERSION} +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= apache_${PORTVERSION}-fix.diff + MAINTAINER= ache@freebsd.org Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 |