aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2014-01-22 08:37:22 +0000
committerAlex Dupre <ale@FreeBSD.org>2014-01-22 08:37:22 +0000
commitbd0e99c9d042e43891953c7f9af55f2f560ab67f (patch)
tree998c84c60f91399e7d67fdb667adf092956f6f97 /java
parent1d3344e7ee7e9f1ad3146a72515889fccb6a34dc (diff)
downloadports-bd0e99c9d042e43891953c7f9af55f2f560ab67f.tar.gz
ports-bd0e99c9d042e43891953c7f9af55f2f560ab67f.zip
Notes
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-gef/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/java/eclipse-gef/Makefile b/java/eclipse-gef/Makefile
index 57ad7971333f..2b7e78b62a4f 100644
--- a/java/eclipse-gef/Makefile
+++ b/java/eclipse-gef/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gef
PORTVERSION= 3.7.2
CATEGORIES= java devel
-MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/tools/gef/downloads/drops/,}
+MASTER_SITES= http://archive.eclipse.org/tools/gef/downloads/drops/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}/R201201171043
PKGNAMEPREFIX= eclipse-
DISTNAME= GEF-ALL-${PORTVERSION}
@@ -15,12 +15,9 @@ COMMENT= Graphical Editing Framework for the Eclipse IDE
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
-BROKEN= No longer fetches from MASTER_SITES, mismatched checksum from FreeBSD
-
WRKSRC= ${WRKDIR}/eclipse
USE_ZIP= yes
-NO_STAGE= yes
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>