From 6fcfc63b9168f7009e589aca2a3226cae0eaf193 Mon Sep 17 00:00:00 2001 From: itojun Date: Fri, 21 Jun 2002 23:22:47 +0000 Subject: correct wrong use of MASTER_SITES (should be PATCH_SITES). From: Dawid Szymanski --- www/apache6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/apache6') diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 517a8d899f7..21d82a2b1c2 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2002/06/20 22:20:09 itojun Exp $ +# $NetBSD: Makefile,v 1.53 2002/06/21 23:22:47 itojun Exp $ # # This package does not compile in mod_ssl support hooks, as it conflicts # with IPv6-enable patch. @@ -16,7 +16,7 @@ MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ sitedrivenby.gif -MASTER_SITES+= http://www.ipng.nl/ +PATCH_SITES+= http://www.ipng.nl/ PATCHFILES+= ${IPV6_PATCH} IPV6_PATCH= apache-1.3.26-ipv6.diff.gz PATCH_DIST_STRIP= -p1 -- cgit v1.2.3