aboutsummaryrefslogtreecommitdiffstats
path: root/java/eclipse-cdt
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2010-12-04 06:36:02 +0800
committerbeech <beech@FreeBSD.org>2010-12-04 06:36:02 +0800
commit76a45082dd5a2a6ad78729e37b35c3faa1a2ba3e (patch)
tree510d2d523c09688b1f7fbef58dff69b7e5dca9f9 /java/eclipse-cdt
parent7fecb32063bcdf8d978b30c3af197be8690fcf83 (diff)
downloadfreebsd-ports-gnome-76a45082dd5a2a6ad78729e37b35c3faa1a2ba3e.tar.gz
freebsd-ports-gnome-76a45082dd5a2a6ad78729e37b35c3faa1a2ba3e.tar.zst
freebsd-ports-gnome-76a45082dd5a2a6ad78729e37b35c3faa1a2ba3e.zip
Unbreak
PR: ports/152762 Submitted by: Aldis Berjoza (aldis@bsdroot.lv) (maintainer) Approved by: itetcu (mentor) (implicit)
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