Fix MASTER_SITES
This commit is contained in:
parent
e6e2609df2
commit
4fba76b074
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.64 2001/04/14 19:42:53 kim Exp $
|
||||
# $NetBSD: Makefile,v 1.65 2001/04/14 19:50:04 kim Exp $
|
||||
#
|
||||
# The fourth number in the PKGNAME version indicates a NetBSD pkg revision
|
||||
# (to indicate changes in the shipped third party patches such as the mod_ssl
|
||||
|
@ -10,8 +10,8 @@
|
|||
DISTNAME= apache_1.3.19
|
||||
PKGNAME= apache-1.3.19
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://httpd.apache.org/dist/ \
|
||||
http://www.apache.de/dist/ \
|
||||
MASTER_SITES= http://httpd.apache.org/dist/httpd/ \
|
||||
http://www.apache.de/dist/httpd/ \
|
||||
http://www.modssl.org/source/ \
|
||||
ftp://ftp.uni-trier.de/pub/unix/security/mod_ssl/source/ \
|
||||
http://www.netbsd.org/images/logos/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.27 2001/04/14 19:42:54 kim Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2001/04/14 19:50:05 kim Exp $
|
||||
#
|
||||
# The fourth number in the PKGNAME version indicates a NetBSD pkg revision
|
||||
# (to indicate changes in the shipped third party patches such as the mod_ssl
|
||||
|
@ -13,7 +13,7 @@
|
|||
DISTNAME= apache_1.3.19
|
||||
PKGNAME= apache6-1.3.19
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://httpd.apache.org/dist/ \
|
||||
MASTER_SITES= http://httpd.apache.org/dist/httpd/ \
|
||||
http://www.netbsd.org/images/logos/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
sitedrivenby.gif
|
||||
|
|
Loading…
Reference in a new issue