diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-12 04:05:01 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-12 04:05:01 +0000 |
commit | d278f6497477b2eaea849f8546b4cd960a22fb55 (patch) | |
tree | a8f3bf48c36463b0700fb2ff0f106c0252e06f83 /www/apache13 | |
parent | 0c2179c3aff442735578a3d3568fccf3a3b28b98 (diff) | |
download | ports-d278f6497477b2eaea849f8546b4cd960a22fb55.tar.gz ports-d278f6497477b2eaea849f8546b4cd960a22fb55.zip |
Add dist patches set locally since bsd.port.mk can't handle different base
directory per each dist patch
Notes
Notes:
svn path=/head/; revision=10122
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 58017d9d3547..2819b5f10293 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.44 1998/02/20 11:08:40 ache Exp $ +# $Id: Makefile,v 1.45 1998/02/25 06:23:55 asami Exp $ # DISTNAME= apache_1.3b5 @@ -11,9 +11,9 @@ PKGNAME= apache-1.3b5 CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ +# bsd.port.mk can't handle different base directory per dist patch yet #PATCH_SITES= ftp://www.apache.org/apache/dist/patches/apply_to_1.3b5/ -#PATCHFILES= -#PATCH_DIST_ARGS= -d ${WRKSRC}/src/main -E -p0 +#PATCHFILES= PR1847.patch PR1850.patch PR1889.patch MAINTAINER= ache@freebsd.org |