diff options
author | petef <petef@FreeBSD.org> | 2001-12-19 16:04:56 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-19 16:04:56 +0800 |
commit | f0f40581b050a1d667f3dcc1cfa4c043bd5c9b4e (patch) | |
tree | 76d6680697458c557ea48f083f108831a7a20b7f /audio | |
parent | 8d7294f124f29bf2a593f12bff8a48024cf676ac (diff) | |
download | freebsd-ports-gnome-f0f40581b050a1d667f3dcc1cfa4c043bd5c9b4e.tar.gz freebsd-ports-gnome-f0f40581b050a1d667f3dcc1cfa4c043bd5c9b4e.tar.zst freebsd-ports-gnome-f0f40581b050a1d667f3dcc1cfa4c043bd5c9b4e.zip |
Update MASTER_SITES.
PR: 32982
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpegaudio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpegaudio/Makefile b/audio/mpegaudio/Makefile index b33e3a806285..b7246fb88435 100644 --- a/audio/mpegaudio/Makefile +++ b/audio/mpegaudio/Makefile @@ -8,8 +8,8 @@ PORTNAME= mpegaudio PORTVERSION= 3.9 CATEGORIES= audio -MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/converters/source/ \ - ftp://ftp.fh-wolfenbuettel.de/pub/os/freebsd/ports/distfiles/ +MASTER_SITES= ftp://ftp.fh-wolfenbuettel.de/pub/os/openbsd/distfiles/ \ + ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z |