diff options
author | ale <ale@FreeBSD.org> | 2014-01-22 16:37:22 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-01-22 16:37:22 +0800 |
commit | f7828156d614c5a09e2bb1b218efbf35c7b6f72b (patch) | |
tree | 998c84c60f91399e7d67fdb667adf092956f6f97 /java | |
parent | c883ce7351f49ab7d33c144d261c5c81274594d3 (diff) | |
download | freebsd-ports-gnome-f7828156d614c5a09e2bb1b218efbf35c7b6f72b.tar.gz freebsd-ports-gnome-f7828156d614c5a09e2bb1b218efbf35c7b6f72b.tar.zst freebsd-ports-gnome-f7828156d614c5a09e2bb1b218efbf35c7b6f72b.zip |
Unbreak and stagify.
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> |