diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-04-17 06:45:35 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-04-17 06:45:35 +0800 |
commit | 423caa54d92c32045e7b174abdc7e916be6942a6 (patch) | |
tree | 43cf5a4674f18564451d9ad8104f87090098d636 /audio | |
parent | e8b5d1295bab718584dc57b1115b8bb8e29f90da (diff) | |
download | freebsd-ports-gnome-423caa54d92c32045e7b174abdc7e916be6942a6.tar.gz freebsd-ports-gnome-423caa54d92c32045e7b174abdc7e916be6942a6.tar.zst freebsd-ports-gnome-423caa54d92c32045e7b174abdc7e916be6942a6.zip |
Previous commit log should read:
Unbreak by providing 2 new MASTER_STIES, one my server and the other one
discovered by [1]
Submitted by: cernpe <cernpe@gmail.com> on ports@ [1]
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-crystality/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-crystality/Makefile b/audio/xmms-crystality/Makefile index 986b97a1a1cd..53c5c85479f3 100644 --- a/audio/xmms-crystality/Makefile +++ b/audio/xmms-crystality/Makefile @@ -9,8 +9,8 @@ PORTNAME= crystality PORTVERSION= 0.92 PORTREVISION= 4 CATEGORIES= audio -MASTER_SITES= http://T32.TecNik93.com/FreeBSD/others_ports/xmms-crystality/sources/ \ - http://ftp.ussg.iu.edu/FreeBSD/distfiles/ +MASTER_SITES= http://ftp.ussg.iu.edu/FreeBSD/distfiles/ \ + http://T32.TecNik93.com/FreeBSD/others_ports/xmms-crystality/sources/ \ PKGNAMEPREFIX= xmms- DISTNAME= ${PORTNAME}-plugin-${PORTVERSION} |