summaryrefslogtreecommitdiff
path: root/java/eclipse-cdt/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2006-06-14 16:03:54 +0000
committerGreg Lewis <glewis@FreeBSD.org>2006-06-14 16:03:54 +0000
commitf62ba5cc03e2d4daed01701d03968c7f17a3ff24 (patch)
treea7540b662e63f0670d45d11fd5e30f2afd60fa40 /java/eclipse-cdt/Makefile
parentUpdate to 0.29 (diff)
. Update to 3.0.2.
PR: 95128 Submitted by: Panagiotis Astithas <past@ebs.gr>
Notes
Notes: svn path=/head/; revision=165437
Diffstat (limited to 'java/eclipse-cdt/Makefile')
-rw-r--r--java/eclipse-cdt/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile
index 2a266a455fb5..9c1b29567172 100644
--- a/java/eclipse-cdt/Makefile
+++ b/java/eclipse-cdt/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cdt
-PORTVERSION= 3.0.1
+PORTVERSION= 3.0.2
CATEGORIES= java devel
MASTER_SITES= http://download.eclipse.org/tools/cdt/releases/eclipse3.1/dist/${PORTVERSION}/
PKGNAMEPREFIX= eclipse-
@@ -31,18 +31,22 @@ ECLIPSE_OS= freebsd
ECLIPSE_ARCH= amd64
.else
ECLIPSE_ARCH= x86
-PLIST_FILES+= eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/os/freebsd/x86/libpty.so \
- eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/os/freebsd/x86/libspawner.so
+PLIST_FILES+= eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.2/os/freebsd/x86/libpty.so \
+ eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.2/os/freebsd/x86/libspawner.so
.endif
MAKE_ENV+= ECLIPSE_ARCH=${ECLIPSE_ARCH} \
ECLIPSE_OS=${ECLIPSE_OS} \
PORTVERSION=${PORTVERSION} \
JAVA_HOME=${JAVA_HOME}
+PLIST_SUB+= PORTVERSION=${PORTVERSION}
do-build:
@${RM} ${WRKSRC}/eclipse/features/org.eclipse.cdt_${PORTVERSION}/*.orig
+ @${RM} ${WRKSRC}/eclipse/features/org.eclipse.cdt.source_${PORTVERSION}/*.orig
@${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_${PORTVERSION}/*.orig
+ @${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_${PORTVERSION}/*.orig
+ @${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_${PORTVERSION}/src/org.eclipse.cdt.core.freebsd_${PORTVERSION}/library/*.orig
@${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.core.freebsd_${PORTVERSION}/*.orig
@${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.core_${PORTVERSION}/*.orig
@${RM} ${WRKSRC}/eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_${PORTVERSION}/*.orig