diff options
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> |