diff options
author | sahil <sahil@FreeBSD.org> | 2010-10-25 07:29:10 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-10-25 07:29:10 +0800 |
commit | b7d8ef2144bb1ca4daec3ea6a6aa69e5197871d0 (patch) | |
tree | 9360dfd354f81aabb29add47d00431daf28151fb /deskutils/treeline | |
parent | d8c0371c6f4ec4028b87b18ea31e73b01c28a5c8 (diff) | |
download | freebsd-ports-gnome-b7d8ef2144bb1ca4daec3ea6a6aa69e5197871d0.tar.gz freebsd-ports-gnome-b7d8ef2144bb1ca4daec3ea6a6aa69e5197871d0.tar.zst freebsd-ports-gnome-b7d8ef2144bb1ca4daec3ea6a6aa69e5197871d0.zip |
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 <c0rn@o2.pl> (maintainer)
Diffstat (limited to 'deskutils/treeline')
-rw-r--r-- | deskutils/treeline/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |