diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-12-10 00:43:07 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-12-10 00:43:07 +0800 |
commit | f41402507410d91a8d76f1c0ae69a14bf20e51bc (patch) | |
tree | 93f9a9fb700a9b50d41533a8caf0e64dd6ef573b /audio/mp3stat/Makefile | |
parent | 4c1a90c051448aa214ea531bcf7b522ef84f8bdd (diff) | |
download | freebsd-ports-gnome-f41402507410d91a8d76f1c0ae69a14bf20e51bc.tar.gz freebsd-ports-gnome-f41402507410d91a8d76f1c0ae69a14bf20e51bc.tar.zst freebsd-ports-gnome-f41402507410d91a8d76f1c0ae69a14bf20e51bc.zip |
Fix MASTER_SITES
http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html
PR: 46068
Submitted by: never@nevermind.kiev.ua
Diffstat (limited to 'audio/mp3stat/Makefile')
-rw-r--r-- | audio/mp3stat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile index 5505a4d75d48..79829f276b77 100644 --- a/audio/mp3stat/Makefile +++ b/audio/mp3stat/Makefile @@ -10,7 +10,8 @@ PORTNAME= mp3stat PORTVERSION= 2.5.6 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://safemode.homeip.net/ +MASTER_SITES= http://safemode.homeip.net/ \ + ftp://ftp.cronyx.ru/pub/FreeBSD/ports/distfiles/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org |