diff options
author | itojun <itojun@pkgsrc.org> | 2002-06-21 23:22:47 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-06-21 23:22:47 +0000 |
commit | 6fcfc63b9168f7009e589aca2a3226cae0eaf193 (patch) | |
tree | f6170834e7651f8eaa2d2c1410284312662abbbe /www | |
parent | 753e8e8e87869c62de5cfa153386e4e235212ce5 (diff) | |
download | pkgsrc-6fcfc63b9168f7009e589aca2a3226cae0eaf193.tar.gz |
correct wrong use of MASTER_SITES (should be PATCH_SITES).
From: Dawid Szymanski <dawszy@tgr.lubin.edu.pl>
Diffstat (limited to 'www')
-rw-r--r-- | www/apache6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |