diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-10-20 11:26:34 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-10-20 11:26:34 +0800 |
commit | 8266a931df5c9c5c9ef435fc82b7cfc94f1ccd8f (patch) | |
tree | 0a1d58bfb6ed1d591adb7820496e364a30711dbb /www/mod_musicindex | |
parent | 3003a0b5cdc0f2250679af1bb121ee2357e63386 (diff) | |
download | freebsd-ports-gnome-8266a931df5c9c5c9ef435fc82b7cfc94f1ccd8f.tar.gz freebsd-ports-gnome-8266a931df5c9c5c9ef435fc82b7cfc94f1ccd8f.tar.zst freebsd-ports-gnome-8266a931df5c9c5c9ef435fc82b7cfc94f1ccd8f.zip |
- Fix some MASTER_SITES
With Hat: apache@
Reported by: distilator
Diffstat (limited to 'www/mod_musicindex')
-rw-r--r-- | www/mod_musicindex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile index e1e20b79febb..1211b8ee3fe6 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -9,8 +9,7 @@ PORTNAME= mod_musicindex PORTVERSION= 1.3.3 PORTREVISION= 4 CATEGORIES= www audio -MASTER_SITES= http://www.parisc-linux.org/~varenet/musicindex/ \ - http://depot.fsck.ch/mirror/distfiles/ +MASTER_SITES= http://www.parisc-linux.org/~varenet/musicindex/oldsrc/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= apache@FreeBSD.org |