mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
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)
This commit is contained in:
parent
05df254885
commit
b56fdc2767
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263542
@ -8,10 +8,10 @@
|
|||||||
PORTNAME= treeline
|
PORTNAME= treeline
|
||||||
PORTVERSION= 1.2.4
|
PORTVERSION= 1.2.4
|
||||||
CATEGORIES= deskutils python
|
CATEGORIES= deskutils python
|
||||||
MASTER_SITES= ${MASTER_SITE_BERLIOS}:treeline \
|
MASTER_SITES= ${MASTER_SITE_BERLIOS:S/$/:treeline/} \
|
||||||
http://treeline.bellz.org/plugins/:plugins \
|
http://treeline.bellz.org/plugins/:plugins \
|
||||||
http://depot.fsck.ch/mirror/distfiles/:treeline,plugins
|
http://depot.fsck.ch/mirror/distfiles/:treeline,plugins
|
||||||
MASTER_SITE_SUBDIR=treeline
|
MASTER_SITE_SUBDIR=treeline/:treeline
|
||||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:treeline
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:treeline
|
||||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user