diff options
author | ache <ache@FreeBSD.org> | 2002-06-20 01:35:05 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-06-20 01:35:05 +0000 |
commit | f0042a8bed7a4bcfcfd8fc97aa40f66020ec383c (patch) | |
tree | 504d6407056288753fa771b19743b90194ca33df /www/apache13/Makefile | |
parent | d06d3ce6eebe73af64234f65c9a54037c3cdf6cd (diff) | |
download | FreeBSD-ports-f0042a8bed7a4bcfcfd8fc97aa40f66020ec383c.zip FreeBSD-ports-f0042a8bed7a4bcfcfd8fc97aa40f66020ec383c.tar.gz |
Don't remove data.default & cgi-bin.default on install
Diffstat (limited to 'www/apache13/Makefile')
-rw-r--r-- | www/apache13/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index e1a5bb5..09dc848 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache PORTVERSION= 1.3.26 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/httpd/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \ @@ -25,7 +26,7 @@ MASTER_SITES= http://www.apache.org/dist/httpd/ \ ftp://apache.nextpath.com/pub/apache/dist/httpd/ DISTNAME= apache_${PORTVERSION} -PATCH_SITES= http://www.apache.org/dist/httpd/patches/apply_to_1.3.26/ +#PATCH_SITES= http://www.apache.org/dist/httpd/patches/apply_to_1.3.26/ #PATCHFILES= #PATCH_DIST_ARGS= -d ${WRKSRC}/src --forward --quiet -E ${PATCH_DIST_STRIP} |