svn commit: r353833 - head/devel/scala-ide

Alex Dupre ale at FreeBSD.org
Mon May 12 15:27:00 UTC 2014


Author: ale
Date: Mon May 12 15:27:00 2014
New Revision: 353833
URL: http://svnweb.freebsd.org/changeset/ports/353833
QAT: https://qat.redports.org/buildarchive/r353833/

Log:
  Stagify.

Modified:
  head/devel/scala-ide/Makefile

Modified: head/devel/scala-ide/Makefile
==============================================================================
--- head/devel/scala-ide/Makefile	Mon May 12 15:25:14 2014	(r353832)
+++ head/devel/scala-ide/Makefile	Mon May 12 15:27:00 2014	(r353833)
@@ -12,6 +12,8 @@ DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}-
 MAINTAINER=	ale at FreeBSD.org
 COMMENT=	Scala plugin for the Eclipse IDE
 
+LICENSE=	BSD3CLAUSE
+
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
 
 OPTIONS_DEFINE=	WTP
@@ -22,7 +24,6 @@ USES=		zip
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/site
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MWTP}


More information about the svn-ports-all mailing list