summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-04 12:59:01 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-04 12:59:01 +0000
commit22498f760a7b68dee01ec6f81ea0edd918492b77 (patch)
treecc6251616a55254134562368facfee66b4549726 /audio
parentUpdate to version 0.3.3, which contains a small bugfix and in addition (diff)
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
Notes
Notes: svn path=/head/; revision=26523
Diffstat (limited to 'audio')
-rw-r--r--audio/wmtune/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/wmtune/Makefile b/audio/wmtune/Makefile
index f82cff458d53..df7eace85f60 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)."