From d65607e269898c96a8af59024e2392424b65d34a Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Mon, 13 Nov 2000 12:33:48 +0000 Subject: [PATCH] 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 --- audio/wmtune/Makefile | 6 +++--- 1 file 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