diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-11-13 12:33:48 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-11-13 12:33:48 +0000 |
commit | d65607e269898c96a8af59024e2392424b65d34a (patch) | |
tree | 99b9c9217b9f8da37fea4cc9416022ce7a11118e /audio | |
parent | "Update" to version 6.2. (diff) |
Re-order the master sites.
www.soren.org is the master site for wmtune but contains a broken
and out of date wmtune.diff.gz file.
So by moving www.soren.org to the end of the list we hopefully
will never pick up this broken file.
Also fix a portlint ordering warning
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=35073
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wmtune/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/wmtune/Makefile b/audio/wmtune/Makefile index 6275478272ab..568c9913b695 100644 --- a/audio/wmtune/Makefile +++ b/audio/wmtune/Makefile @@ -9,14 +9,14 @@ PORTNAME= wmtune PORTVERSION= 1.0 CATEGORIES= audio windowmaker MASTER_SITES= http://www.fxp.org/~jedgar/distfiles/ \ - http://www.soren.org/linux/wmtune/dl/ \ - http://www.rostock.zgdv.de/~runge/radio/ + http://www.rostock.zgdv.de/~runge/radio/ \ + http://www.soren.org/linux/wmtune/dl/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${WMTUNE_DIFF} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jedgar@FreeBSD.org -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes |