diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-02-01 17:01:09 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-02-01 17:01:09 +0800 |
commit | 8a8d3a603cde88cd77afc4040a0ff2658a670244 (patch) | |
tree | 504cb4e1eb000453c48ae06479ac608d59f15e65 /audio/mpg123/Makefile | |
parent | 0a86b80ca9cbeefc8c7c207f09ff146c8ba2865f (diff) | |
download | freebsd-ports-gnome-8a8d3a603cde88cd77afc4040a0ff2658a670244.tar.gz freebsd-ports-gnome-8a8d3a603cde88cd77afc4040a0ff2658a670244.tar.zst freebsd-ports-gnome-8a8d3a603cde88cd77afc4040a0ff2658a670244.zip |
Update to v0.59q.
Requested by: Vanilla GTK+ Shu <vanilla@ns.oneway.net> (and others)
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r-- | audio/mpg123/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 136640778a91..72865432bab9 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -3,14 +3,14 @@ # Date created: 25 June 1997 # Whom: Carey Jones <mcj@acquiesce.org> # -# $Id: Makefile,v 1.9 1998/11/14 09:43:03 asami Exp $ +# $Id: Makefile,v 1.10 1999/01/28 03:41:43 jkoshy Exp $ # -DISTNAME= mpg123-0.59o +DISTNAME= mpg123-0.59q CATEGORIES= audio -MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \ - http://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \ - http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ +MASTER_SITES= http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ \ + ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \ + http://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ MAINTAINER= jkoshy@freebsd.org @@ -18,10 +18,6 @@ MAN1= mpg123.1 .include <bsd.port.pre.mk> -.if ${PORTOBJFORMAT} == "elf" -ALL_TARGET= freebsd-elf -.else ALL_TARGET= freebsd -.endif .include <bsd.port.post.mk> |