From b7d8ef2144bb1ca4daec3ea6a6aa69e5197871d0 Mon Sep 17 00:00:00 2001 From: sahil Date: Sun, 24 Oct 2010 23:29:10 +0000 Subject: Fix MASTER_SITES so that the ':treeline' postfix is appended to each element of MASTER_SITE_BERLIOS. Also add a suffix to MASTER_SITE_SUBDIR to fetch the archive from the 'treeline' subdir of the BERLIOS sites. PR: ports/151676 Submitted by: sahil (myself) Approved by: Pawel Pekala (maintainer) --- deskutils/treeline/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deskutils/treeline') diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile index 94033b930b8b..164edceb062f 100644 --- a/deskutils/treeline/Makefile +++ b/deskutils/treeline/Makefile @@ -8,10 +8,10 @@ PORTNAME= treeline PORTVERSION= 1.2.4 CATEGORIES= deskutils python -MASTER_SITES= ${MASTER_SITE_BERLIOS}:treeline \ +MASTER_SITES= ${MASTER_SITE_BERLIOS:S/$/:treeline/} \ http://treeline.bellz.org/plugins/:plugins \ http://depot.fsck.ch/mirror/distfiles/:treeline,plugins -MASTER_SITE_SUBDIR=treeline +MASTER_SITE_SUBDIR=treeline/:treeline DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:treeline EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -- cgit