svn commit: r344565 - head/java/eclipse-datatools

Antoine Brodin antoine at FreeBSD.org
Sun Feb 16 13:54:08 UTC 2014


Author: antoine
Date: Sun Feb 16 13:54:07 2014
New Revision: 344565
URL: http://svnweb.freebsd.org/changeset/ports/344565
QAT: https://qat.redports.org/buildarchive/r344565/

Log:
  - Stage support
  - Remove infozip dependency

Modified:
  head/java/eclipse-datatools/Makefile

Modified: head/java/eclipse-datatools/Makefile
==============================================================================
--- head/java/eclipse-datatools/Makefile	Sun Feb 16 13:47:12 2014	(r344564)
+++ head/java/eclipse-datatools/Makefile	Sun Feb 16 13:54:07 2014	(r344565)
@@ -8,6 +8,7 @@ MASTER_SITES=	${MASTER_SITE_ECLIPSE:S,/e
 MASTER_SITE_SUBDIR=	${PORTVERSION}
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	dtp-sdk_${PORTVERSION}
+EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	ports at FreeBSD.org
@@ -20,9 +21,7 @@ RUN_DEPENDS=	eclipse:${PORTSDIR}/java/ec
 LICENSE=	EPL
 
 WRKSRC=		${WRKDIR}/eclipse
-USE_ZIP=	yes
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../eclipse/Makefile.plugins"
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list