svn commit: r349111 - head/devel/ecore

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 25 08:09:44 UTC 2014


Author: bapt
Date: Tue Mar 25 08:09:43 2014
New Revision: 349111
URL: http://svnweb.freebsd.org/changeset/ports/349111
QAT: https://qat.redports.org/buildarchive/r349111/

Log:
  Support stage

Modified:
  head/devel/ecore/Makefile

Modified: head/devel/ecore/Makefile
==============================================================================
--- head/devel/ecore/Makefile	Tue Mar 25 07:37:15 2014	(r349110)
+++ head/devel/ecore/Makefile	Tue Mar 25 08:09:43 2014	(r349111)
@@ -13,6 +13,8 @@ MAINTAINER=	gblach at FreeBSD.org
 COMMENT=	Enlightenment core abstraction library (meta port)
 
 NO_BUILD=	yes
+NO_INSTALL=	yes
+NO_MTREE=	yes
 USE_EFL=	ecore
 
 OPTIONS_DEFINE=	CON EVAS FILE IMF IMF_EVAS INPUT INPUT_EVAS IPC SDL X11
@@ -22,16 +24,8 @@ OPTIONS_DEFAULT=CON EVAS FILE IMF IMF_EV
 ${NODE}_DESC=	Install ${NODE:L} module
 .endfor
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 .for NODE in ${OPTIONS_DEFINE}
-.  if ${PORT_OPTIONS:M${NODE}}
-USE_EFL_ECORE+=	${NODE:L}
-.  endif
+${NODE}_USE=	EFL_ECORE=${NODE:L}
 .endfor
 
-do-install:
-	${DO_NADA}
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list