diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-01-22 08:37:22 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-01-22 08:37:22 +0000 |
commit | bd0e99c9d042e43891953c7f9af55f2f560ab67f (patch) | |
tree | 998c84c60f91399e7d67fdb667adf092956f6f97 /java/eclipse-gef | |
parent | 1d3344e7ee7e9f1ad3146a72515889fccb6a34dc (diff) | |
download | ports-bd0e99c9d042e43891953c7f9af55f2f560ab67f.tar.gz ports-bd0e99c9d042e43891953c7f9af55f2f560ab67f.zip |
Notes
Diffstat (limited to 'java/eclipse-gef')
-rw-r--r-- | java/eclipse-gef/Makefile | 5 |
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> |