diff options
author | John Fieber <jfieber@FreeBSD.org> | 1995-12-04 12:56:18 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1995-12-04 12:56:18 +0000 |
commit | 9f998a71d0ec841c098688b3d31850bf5ca67475 (patch) | |
tree | eb68f243a5af8c6357e755dac338e8d419466c29 /www/mod_php5 | |
parent | Reorder variables. (diff) |
Fix MASTER_SITES.
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index bfc63c23d8e5..5d7780f5aafb 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -3,13 +3,18 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.4 1995/11/27 04:10:09 asami Exp $ +# $Id: Makefile,v 1.5 1995/12/02 23:07:08 jfieber Exp $ # DISTNAME= apache_1.0.0 PKGNAME= apache-1.0.0 CATEGORIES+= www -MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pub/WWW/apache/ +MASTER_SITES= ftp://www.apache.org/apache/dist/ +MASTER_SITES+= ftp://gd.tuwien.ac.at/pub/infosys/servers/http/apache/dist/ +MASTER_SITES+= ftp://ftp.uni-regensburg.de/pub/comp/infosystems/www/daemons/apache/dist/ +MASTER_SITES+= ftp://Bond.edu.au/pub/apache/dist/ +MASTER_SITES+= ftp://sunsite.mff.cuni.cz/Net/Infosystems/WWW/Servers/Apache/dist/ +MASTER_SITES+= ftp://ftp.ast.cam.ac.uk/pub/WWW/apache/ MAINTAINER= pst@freebsd.org |