mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
. Fix MASTER_SITES so that it will correctly cycle through the Eclipse
and FreeBSD local sites.
This commit is contained in:
parent
7d388052a1
commit
21f7dea0d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201585
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
PORTNAME= eclipse
|
PORTNAME= eclipse
|
||||||
PORTVERSION= 3.3
|
PORTVERSION= 3.3
|
||||||
CATEGORIES= java devel
|
CATEGORIES= java devel
|
||||||
MASTER_SITES= ${MASTER_SITE_ECLIPSE}/R-${PORTVERSION}-200706251500/:0 \
|
MASTER_SITES= ${MASTER_SITE_ECLIPSE:S|%SUBDIR%|R-${PORTVERSION}-200706251500|:S|$|:0|}/ \
|
||||||
${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/eclipse|}:1
|
${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/eclipse|:S|$|:1|}
|
||||||
DISTFILES= ${PORTNAME}-sourceBuild-srcIncluded-${PORTVERSION}${EXTRACT_SUFX}:0 \
|
DISTFILES= ${PORTNAME}-sourceBuild-srcIncluded-${PORTVERSION}${EXTRACT_SUFX}:0 \
|
||||||
launchersrc${EXTRACT_SUFX}:1
|
launchersrc${EXTRACT_SUFX}:1
|
||||||
DIST_SUBDIR= eclipse
|
DIST_SUBDIR= eclipse
|
||||||
|
|
Loading…
Add table
Reference in a new issue