diff options
author | ache <ache@FreeBSD.org> | 1998-03-12 04:05:01 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-03-12 04:05:01 +0000 |
commit | 25abd1de923eaf65b59842ef81ddc8f5ddce1183 (patch) | |
tree | 92b88f2455965494ab15a5a4421a6aa8ba13e016 /www/apache21 | |
parent | db54ede787fa59df805c4f283dfb77f201fc5878 (diff) | |
download | FreeBSD-ports-25abd1de923eaf65b59842ef81ddc8f5ddce1183.zip FreeBSD-ports-25abd1de923eaf65b59842ef81ddc8f5ddce1183.tar.gz |
Add dist patches set locally since bsd.port.mk can't handle different base
directory per each dist patch
Diffstat (limited to 'www/apache21')
-rw-r--r-- | www/apache21/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 58017d9..2819b5f 100644 --- a/www/apache21/Makefile +++ b/www/apache21/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 |