diff options
author | obache <obache> | 2008-08-23 07:46:59 +0000 |
---|---|---|
committer | obache <obache> | 2008-08-23 07:46:59 +0000 |
commit | e34fcc41968bb94ec65496528140e52ecd92a0c3 (patch) | |
tree | 67cf1032fdd491e5de10cc111e68540529b05e60 /www/ap-mp3 | |
parent | 1db32d4bb78a221f73ade4a27050988a3c938425 (diff) | |
download | pkgsrc-e34fcc41968bb94ec65496528140e52ecd92a0c3.tar.gz |
Remove unresolvable hosts from MASTER_SITES.
Noticed by Zafer Aydogan via private mail.
Diffstat (limited to 'www/ap-mp3')
-rw-r--r-- | www/ap-mp3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ap-mp3/Makefile b/www/ap-mp3/Makefile index 8476cef91b0..e30fa51f520 100644 --- a/www/ap-mp3/Makefile +++ b/www/ap-mp3/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2007/02/22 19:01:26 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2008/08/23 07:47:00 obache Exp $ # DISTNAME= mod_mp3-0.35 PKGNAME= ${DISTNAME:C|mod_|ap13-|} CATEGORIES= www -MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \ - http://www.tangent.org/download/ +MASTER_SITES= http://www.tangent.org/download/ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://tangent.org/index.pl?lastnode_id=478&node_id=380 |