diff options
Diffstat (limited to 'java')
-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> |