diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-26 13:22:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-26 13:22:10 +0000 |
commit | 926e8c47dedba98e7bbeb7352f4ce5e4af2bf980 (patch) | |
tree | 822a215d835e7af4583434ddab0c6a55cb9aeff8 /audio/mpg123 | |
parent | 3622f5579e82942e7e75cad22bb38e6e0018a05c (diff) | |
download | ports-926e8c47dedba98e7bbeb7352f4ce5e4af2bf980.tar.gz ports-926e8c47dedba98e7bbeb7352f4ce5e4af2bf980.zip |
Notes
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 002f1c33c371..cddc314206b5 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -10,17 +10,15 @@ PORTVERSION= 0.59r PORTREVISION= 8 CATEGORIES= audio ipv6 MASTER_SITES= http://www.mpg123.de/mpg123/ \ - 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/ + http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ DISTFILES= mpg123-0.59r-pl1.tar.gz -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ - http://www.unix-ag.org/Linux-Alpha/Packages/ \ - ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/} -PATCHFILES= mpg123-059r-v6-20000713b.diff.gz \ - mpg123-059r-recode-20010410.diff.gz \ - l3.diff.gz +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/:ipv6 \ + http://www.unix-ag.org/Linux-Alpha/Packages/:l3 \ + ${MASTER_SITE_LOCAL:S/%SUBDIR%/sobomax/}:recode +PATCHFILES= mpg123-059r-v6-20000713b.diff.gz:ipv6 \ + mpg123-059r-recode-20010410.diff.gz:recode \ + l3.diff.gz:l3 PATCH_DIST_STRIP= -p1 MAINTAINER= des@FreeBSD.org |