svn commit: r344546 - head/java/commonclipse
Antoine Brodin
antoine at FreeBSD.org
Sun Feb 16 12:11:30 UTC 2014
Author: antoine
Date: Sun Feb 16 12:11:29 2014
New Revision: 344546
URL: http://svnweb.freebsd.org/changeset/ports/344546
QAT: https://qat.redports.org/buildarchive/r344546/
Log:
- Stage support
- Remove infozip dependency
Modified:
head/java/commonclipse/Makefile
Modified: head/java/commonclipse/Makefile
==============================================================================
--- head/java/commonclipse/Makefile Sun Feb 16 12:07:28 2014 (r344545)
+++ head/java/commonclipse/Makefile Sun Feb 16 12:11:29 2014 (r344546)
@@ -7,6 +7,7 @@ PORTREVISION= 4
CATEGORIES= java devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}%20for%20eclipse%203.1M6%20and%20up
DISTNAME= net.sf.commonclipse_${PORTVERSION}
+EXTRACT_SUFX= .zip
DIST_SUBDIR= eclipse
MAINTAINER= zhoushuqun at gmail.com
@@ -16,16 +17,14 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/ec
NO_BUILD= yes
NO_WRKSUBDIR= yes
-USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_OS= native
PLIST_SUB= DISTNAME=${DISTNAME}
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
+ @${MKDIR} ${STAGEDIR}${PREFIX}/eclipse
+ @${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/eclipse
+ @${CP} -r ${WRKSRC}/features ${STAGEDIR}${PREFIX}/eclipse
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list