diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-02-07 17:04:10 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-02-07 17:04:10 +0000 |
commit | 55c79d93365bddaaea6c5230f60b86a788788b34 (patch) | |
tree | c729ff49bff5ed6132db9869498a8fe8141c2018 /java | |
parent | 2007-02-06 irc/xchat-systray-plugin: Functionality is now included in xchat (diff) |
Update MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=184515
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-emf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/java/eclipse-emf/Makefile b/java/eclipse-emf/Makefile index 8caf2baed86a..edf552bf7b68 100644 --- a/java/eclipse-emf/Makefile +++ b/java/eclipse-emf/Makefile @@ -7,11 +7,9 @@ PORTNAME= emf PORTVERSION= 2.2.1 -PORTREVISION= 0 CATEGORIES= java devel -MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/tools/emf/downloads/drops/,} +MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/modeling/emf/emf/downloads/drops/,} MASTER_SITE_SUBDIR=${PORTVERSION}/R200609210005 - PKGNAMEPREFIX= eclipse- DISTNAME= emf-sdo-xsd-SDK-${PORTVERSION} DIST_SUBDIR= eclipse @@ -19,7 +17,7 @@ DIST_SUBDIR= eclipse MAINTAINER= freebsd-eclipse@FreeBSD.org COMMENT= Eclipse Modeling Framework -RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse +RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse NO_BUILD= yes NO_WRKSUBDIR= yes |