diff options
-rw-r--r-- | java/eclipse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 60df8e7de6bd..125c6b8b543c 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -8,9 +8,9 @@ PORTNAME= eclipse PORTVERSION= 2.1.1 CATEGORIES= java devel -MASTER_SITES= http://download2.eclipse.org/downloads/drops/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR= R-2.1.1-200306271545 -DISTNAME= eclipse-sourceBuild-srcIncluded-2.1.1 +DISTNAME= eclipse-sourceBuild-srcIncluded-${PORTVERSION} DIST_SUBDIR= eclipse MAINTAINER= java@FreeBSD.ORG |