svn commit: r353842 - head/java/eclipse-webtools

Alex Dupre ale at FreeBSD.org
Mon May 12 15:47:44 UTC 2014


Author: ale
Date: Mon May 12 15:47:44 2014
New Revision: 353842
URL: http://svnweb.freebsd.org/changeset/ports/353842
QAT: https://qat.redports.org/buildarchive/r353842/

Log:
  Stagify.

Modified:
  head/java/eclipse-webtools/Makefile

Modified: head/java/eclipse-webtools/Makefile
==============================================================================
--- head/java/eclipse-webtools/Makefile	Mon May 12 15:47:25 2014	(r353841)
+++ head/java/eclipse-webtools/Makefile	Mon May 12 15:47:44 2014	(r353842)
@@ -13,6 +13,8 @@ DIST_SUBDIR=	eclipse
 MAINTAINER=	ale at FreeBSD.org
 COMMENT=	Webtools for eclipse
 
+LICENSE=	EPL
+
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \
 		${LOCALBASE}/share/eclipse/dropins/emf:${PORTSDIR}/java/eclipse-emf \
 		${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef \
@@ -21,7 +23,6 @@ RUN_DEPENDS=	eclipse:${PORTSDIR}/java/ec
 WRKSRC=		${WRKDIR}/eclipse
 USES=		zip
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../eclipse/Makefile.plugins"
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list