diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-09 16:43:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-09 16:43:07 +0000 |
commit | 0b2c767da5a855bb7b8dc99e777b2e7ad87b6dec (patch) | |
tree | 0873ee564104c16b120347133be9b2c71420c99e /audio/mp3stat | |
parent | Fix MASTER_SITES (diff) |
Fix MASTER_SITES
http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html
PR: 46068
Submitted by: never@nevermind.kiev.ua
Notes
Notes:
svn path=/head/; revision=71474
Diffstat (limited to 'audio/mp3stat')
-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 |