diff options
author | obache <obache@pkgsrc.org> | 2008-08-23 07:46:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-23 07:46:59 +0000 |
commit | 2d7bf63357b8ca33bd76ea28f0b66000647ab7c4 (patch) | |
tree | 67cf1032fdd491e5de10cc111e68540529b05e60 /www/ap-layout/Makefile | |
parent | 478e76cf1840de9c4ff4f8057bc3a375717ff348 (diff) | |
download | pkgsrc-2d7bf63357b8ca33bd76ea28f0b66000647ab7c4.tar.gz |
Remove unresolvable hosts from MASTER_SITES.
Noticed by Zafer Aydogan via private mail.
Diffstat (limited to 'www/ap-layout/Makefile')
-rw-r--r-- | www/ap-layout/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ap-layout/Makefile b/www/ap-layout/Makefile index b025c13281f..1bc21890ca7 100644 --- a/www/ap-layout/Makefile +++ b/www/ap-layout/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2008/05/26 02:13:25 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/08/23 07:47:00 obache Exp $ # DISTNAME= mod_layout-3.2 PKGNAME= ${DISTNAME:C|mod_|ap13-|} CATEGORIES= www -MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \ - http://software.tangent.org/download/ +MASTER_SITES= http://software.tangent.org/download/ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://tangent.org/ |