diff options
author | roger <roger@FreeBSD.org> | 2000-11-13 20:33:48 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2000-11-13 20:33:48 +0800 |
commit | fc67714f4f99590e947da79019340f0c4d7a9b74 (patch) | |
tree | 958a12bf926b9b6e5ec344501f2b99dba49b7930 /audio | |
parent | eaf9a1428d643c5cdd0a276366c804559641b733 (diff) | |
download | freebsd-ports-gnome-fc67714f4f99590e947da79019340f0c4d7a9b74.tar.gz freebsd-ports-gnome-fc67714f4f99590e947da79019340f0c4d7a9b74.tar.zst freebsd-ports-gnome-fc67714f4f99590e947da79019340f0c4d7a9b74.zip |
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
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 |