diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-16 21:39:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-16 21:39:58 +0800 |
commit | d8824a135ec5cb1423555da27d204c3d15aafe76 (patch) | |
tree | b9e6022430c8c535c039212014530d34907f3d0b /java | |
parent | c5980a109318c154bab96675b70b9d8178248aad (diff) | |
download | freebsd-ports-gnome-d8824a135ec5cb1423555da27d204c3d15aafe76.tar.gz freebsd-ports-gnome-d8824a135ec5cb1423555da27d204c3d15aafe76.tar.zst freebsd-ports-gnome-d8824a135ec5cb1423555da27d204c3d15aafe76.zip |
- Stage support
- Remove infozip dependency
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-cdt/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile index 587f45adf391..5f3131a52043 100644 --- a/java/eclipse-cdt/Makefile +++ b/java/eclipse-cdt/Makefile @@ -7,15 +7,15 @@ PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR=tools/${PLUGIN}/releases/${ECLIPSE_CODENAME}/dist -DISTNAME= ${PLUGIN}-master-${PORTVERSION} PKGNAMEPREFIX= eclipse- +DISTNAME= ${PLUGIN}-master-${PORTVERSION} +EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= C/C++ plugin for Eclipse IDE RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse -USE_ZIP= YES USE_JAVA= YES JAVA_OS= native JAVA_RUN= YES @@ -45,7 +45,6 @@ RM_XLC= features/org.eclipse.cdt.xlc.feature_6.0.0.201002161416.jar \ plugins/org.eclipse.cdt.managedbuilder.xlupc.ui.source_1.0.0.201002161416.jar \ plugins/org.eclipse.cdt.managedbuilder.xlupc.ui_1.0.0.201002161416.jar -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" @@ -70,8 +69,6 @@ do-patch: .endfor do-install: -.for i in features plugins - @(cd ${WRKDIR}/${i} && ${COPYTREE_SHARE} \* ${PREFIX}/lib/eclipse/${i}/) -.endfor + @(cd ${WRKDIR} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse) .include <bsd.port.post.mk> |