diff options
author | jgh <jgh@FreeBSD.org> | 2015-02-20 05:44:45 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2015-02-20 05:44:45 +0800 |
commit | 380b35056b74eeca62d9f0ac7f5f68feacd78658 (patch) | |
tree | f0f6006613f1e33595e429d32dd51417a74cadef /java | |
parent | d081458d7d515327d0ef214dab8e710dcf56a207 (diff) | |
download | freebsd-ports-gnome-380b35056b74eeca62d9f0ac7f5f68feacd78658.tar.gz freebsd-ports-gnome-380b35056b74eeca62d9f0ac7f5f68feacd78658.tar.zst freebsd-ports-gnome-380b35056b74eeca62d9f0ac7f5f68feacd78658.zip |
- fix fetch
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-ecj/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/eclipse-ecj/Makefile b/java/eclipse-ecj/Makefile index 1791225b3da0..00374a2bfadd 100644 --- a/java/eclipse-ecj/Makefile +++ b/java/eclipse-ecj/Makefile @@ -4,8 +4,7 @@ PORTNAME= ecj PORTVERSION= 3.8.2 CATEGORIES= java devel -MASTER_SITES= http://archive.eclipse.org/eclipse/downloads/drops/ -MASTER_SITE_SUBDIR= R-${PORTVERSION}-${DROPDATE} +MASTER_SITES= http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-${PORTVERSION}-${DROPDATE}/ PKGNAMEPREFIX= eclipse- DISTNAME= ecjsrc-${PORTVERSION} EXTRACT_SUFX= .jar |