diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-02-02 14:29:36 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-02-02 14:29:36 +0000 |
commit | 73af0ce231281496b7465af938f6a4864ae3d7a1 (patch) | |
tree | 48e1c5b997d7b6b88db2a04724a8fa39cc2be1eb /audio | |
parent | d3ae43366f197419fe5e9a76e3fac5e3facc5f1c (diff) | |
download | ports-73af0ce231281496b7465af938f6a4864ae3d7a1.tar.gz ports-73af0ce231281496b7465af938f6a4864ae3d7a1.zip |
Notes
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 |