diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-02-02 22:29:36 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-02-02 22:29:36 +0800 |
commit | 7fe485f9586e8bd3be38eaac45fcdf68caa4f6ea (patch) | |
tree | 599200b0929f9497f69e9dbafb371284bf5b8651 /audio | |
parent | 8b17064464172260d792d4c2c5e5caa06a85c848 (diff) | |
download | freebsd-ports-gnome-7fe485f9586e8bd3be38eaac45fcdf68caa4f6ea.tar.gz freebsd-ports-gnome-7fe485f9586e8bd3be38eaac45fcdf68caa4f6ea.tar.zst freebsd-ports-gnome-7fe485f9586e8bd3be38eaac45fcdf68caa4f6ea.zip |
Add another MASTER_SITE
PR: ports/5622
Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 8631915387b1..8a72c5df22fd 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -3,12 +3,13 @@ # Date created: 25 June 1997 # Whom: Carey Jones <mcj@acquiesce.org> # -# $Id: Makefile,v 1.2 1997/07/14 10:26:51 max Exp $ +# $Id: Makefile,v 1.3 1998/01/26 10:01:49 vanilla Exp $ # DISTNAME= mpg123-0.59n CATEGORIES= audio -MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ +MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \ + http://homepages.uni-tuebingen.de/student/michael.hipp/mpg123/ MAINTAINER= mcj@acquiesce.org |