diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-29 07:25:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-29 07:25:36 +0000 |
commit | 0bec74d5fbc17de0570ac2dd1704e9ff36f7a2a2 (patch) | |
tree | 4fe6034d34ae23cf9f64944a6b3ac5d96acc3bef /java/eclipse-examples | |
parent | beea89e9de0f4b56240ad59f61b6f45dfc8bd070 (diff) | |
download | ports-0bec74d5fbc17de0570ac2dd1704e9ff36f7a2a2.tar.gz ports-0bec74d5fbc17de0570ac2dd1704e9ff36f7a2a2.zip |
Reassign eclipse ports to the heap
eclipse@ is a failure resulting in eclipse ports being badly maintainer:
- outdated
- not adapted to infrastructure modification
- failures with clang
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=352582
Diffstat (limited to 'java/eclipse-examples')
-rw-r--r-- | java/eclipse-examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-examples/Makefile b/java/eclipse-examples/Makefile index 5298ff2a554d..f380d735e970 100644 --- a/java/eclipse-examples/Makefile +++ b/java/eclipse-examples/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= eclipse- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} DIST_SUBDIR= eclipse -MAINTAINER= freebsd-eclipse@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Examples for the Eclipse IDE RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse |