aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse-cdt
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2010-12-03 22:36:02 +0000
committerBeech Rintoul <beech@FreeBSD.org>2010-12-03 22:36:02 +0000
commit2592b3d2636129c0d100298e33339f5ef906134c (patch)
treedcfa37946b56242c37aeab9bdd0c060cfcbba554 /java/eclipse-cdt
parent921af3bac36e54aa16b8ff2fccaa8152d4ad067d (diff)
downloadports-2592b3d2636129c0d100298e33339f5ef906134c.tar.gz
ports-2592b3d2636129c0d100298e33339f5ef906134c.zip
Unbreak
PR: ports/152762 Submitted by: Aldis Berjoza (aldis@bsdroot.lv) (maintainer) Approved by: itetcu (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=265647
Diffstat (limited to 'java/eclipse-cdt')
-rw-r--r--java/eclipse-cdt/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile
index 3743a7df0c1f..8e0546cde006 100644
--- a/java/eclipse-cdt/Makefile
+++ b/java/eclipse-cdt/Makefile
@@ -7,8 +7,8 @@
PORTNAME= ${PLUGIN}
PORTVERSION= 6.0.2
+PORTREVISION= 1
CATEGORIES= java devel
-#MASTER_SITES= http://download.eclipse.org/
MASTER_SITES= ${MASTER_SITE_ECLIPSE}
MASTER_SITE_SUBDIR=tools/${PLUGIN}/releases/${ECLIPSE_CODENAME}/dist
DISTNAME= ${PLUGIN}-master-${PORTVERSION}
@@ -19,8 +19,6 @@ COMMENT= C/C++ plugin for Eclipse IDE
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
-BROKEN= bad plist
-
USE_ZIP= YES
USE_JAVA= YES
JAVA_OS= native
@@ -75,8 +73,6 @@ do-patch:
.endfor
do-install:
- @${MKDIR} ${PREFIX}/lib/eclipse/features/${PLUGIN}/
- @${MKDIR} ${PREFIX}/lib/eclipse/plugins/${PLUGIN}/
.for i in features plugins
@(cd ${WRKDIR}/${i} && ${COPYTREE_SHARE} \* ${PREFIX}/lib/eclipse/${i}/)
.endfor