diff options
author | glewis <glewis@FreeBSD.org> | 2007-10-17 11:40:58 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-10-17 11:40:58 +0800 |
commit | 88563897650b5dace81d5ab2b65f02b1f0bc0390 (patch) | |
tree | a11dba3192289d46c21e6c22ef81770bb939ae05 | |
parent | ea209cf715168ae235492f573706a43b4ec3d781 (diff) | |
download | freebsd-ports-gnome-88563897650b5dace81d5ab2b65f02b1f0bc0390.tar.gz freebsd-ports-gnome-88563897650b5dace81d5ab2b65f02b1f0bc0390.tar.zst freebsd-ports-gnome-88563897650b5dace81d5ab2b65f02b1f0bc0390.zip |
. Fix MASTER_SITES so that it will correctly cycle through the Eclipse
and FreeBSD local sites.
-rw-r--r-- | java/eclipse-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse-devel/Makefile b/java/eclipse-devel/Makefile index fd3730ba4353..592ac5d2fac2 100644 --- a/java/eclipse-devel/Makefile +++ b/java/eclipse-devel/Makefile @@ -8,8 +8,8 @@ PORTNAME= eclipse PORTVERSION= 3.3 CATEGORIES= java devel -MASTER_SITES= ${MASTER_SITE_ECLIPSE}/R-${PORTVERSION}-200706251500/:0 \ - ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/eclipse|}:1 +MASTER_SITES= ${MASTER_SITE_ECLIPSE:S|%SUBDIR%|R-${PORTVERSION}-200706251500|:S|$|:0|}/ \ + ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/eclipse|:S|$|:1|} DISTFILES= ${PORTNAME}-sourceBuild-srcIncluded-${PORTVERSION}${EXTRACT_SUFX}:0 \ launchersrc${EXTRACT_SUFX}:1 DIST_SUBDIR= eclipse |