diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-22 01:18:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-22 01:18:20 +0000 |
commit | 6d6fdb9cd1931acf0cea2ebbea06da9b5b816dba (patch) | |
tree | 81950cb74d65f71f5b97c872e40eccafaffab6eb /www/php4 | |
parent | 802b164880dfd948bb225de82da71024362af3dd (diff) | |
download | pkgsrc-6d6fdb9cd1931acf0cea2ebbea06da9b5b816dba.tar.gz |
Let MASTER_SITES be overridden, if a package using this Makefile
fragment really wants to (like php4-apc).
Closes PR 20293 by Soren Jacobsen.
Diffstat (limited to 'www/php4')
-rw-r--r-- | www/php4/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common index 43887423a6f..1fbd342f9fe 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.28 2002/11/22 20:16:23 tron Exp $ +# $NetBSD: Makefile.common,v 1.29 2003/03/22 01:18:20 wiz Exp $ DISTNAME?= php-${PHP_DIST_VERS} CATEGORIES+= www php4 -MASTER_SITES= http://www.php.net/distributions/ \ +MASTER_SITES?= http://www.php.net/distributions/ \ http://php3.de/distributions/ \ ftp://ftp.php.net/pub/distributions/ |