diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-15 16:21:47 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-15 16:21:47 +0000 |
commit | ff6ec1549f4420041cacbecce193d4e46e9449fa (patch) | |
tree | ee1fe056b37a0636a1b93880bbe2aec64d78b3ad /audio/mpegaudio | |
parent | Add bsd.port.pre.mk and bsd.port.post.mk instead of bsd.port.mk in (diff) |
Add extra MASTER_SITE
PR: 27527
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
Notes
Notes:
svn path=/head/; revision=44040
Diffstat (limited to 'audio/mpegaudio')
-rw-r--r-- | audio/mpegaudio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpegaudio/Makefile b/audio/mpegaudio/Makefile index 6873b8c66eaa..627b04676d71 100644 --- a/audio/mpegaudio/Makefile +++ b/audio/mpegaudio/Makefile @@ -8,7 +8,8 @@ PORTNAME= mpegaudio PORTVERSION= 3.9 CATEGORIES= audio -MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/converters/source/ +MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/converters/source/ \ + ftp://ftp.fh-wolfenbuettel.de/pub/os/freebsd/ports/distfiles/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z |