diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-04 12:59:01 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-04 12:59:01 +0000 |
commit | 4c73f4285ae44e77eb52b7feef6a5001e3d47f0c (patch) | |
tree | 311ca62793315ba12fca4b53a92b97564291f27a /audio/wmtune/Makefile | |
parent | a7c0beee1ae8df01c3330eab9092e6f6ed74cbdf (diff) | |
download | FreeBSD-ports-4c73f4285ae44e77eb52b7feef6a5001e3d47f0c.zip FreeBSD-ports-4c73f4285ae44e77eb52b7feef6a5001e3d47f0c.tar.gz |
One of the PATCHFILES has changed (removing some features). I'll host
the known-good patch and reorder the MASTER_SITES until I can find out
why it has changed.
Found by: bento
Diffstat (limited to 'audio/wmtune/Makefile')
-rw-r--r-- | audio/wmtune/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/wmtune/Makefile b/audio/wmtune/Makefile index f82cff4..df7eace 100644 --- a/audio/wmtune/Makefile +++ b/audio/wmtune/Makefile @@ -8,9 +8,10 @@ DISTNAME= wmtune-1.0 CATEGORIES= audio windowmaker -MASTER_SITES= http://www.soren.org/linux/wmtune/dl/ \ - http://www.rostock.zgdv.de/~runge/radio/ \ - http://www.fxp.org/~jedgar/distfiles/ +MASTER_SITES= http://www.fxp.org/~jedgar/distfiles/ \ + http://www.soren.org/linux/wmtune/dl/ \ + http://www.rostock.zgdv.de/~runge/radio/ + DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${WMTUNE_DIFF} @@ -28,7 +29,7 @@ PATCH_ARGS =-p0 -d ${WRKDIR} .if !defined(USE_RADIOTRACK) WMTUNE_DIFF= wmtune.diff.gz -pre-patch: +pre-fetch: @${ECHO} @${ECHO} "To enable support for RadioTrack radio cards," @${ECHO} "define USE_RADIOTRACK (make USE_RADIOTRACK=yes)." |