Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2014 08:09:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349111 - head/devel/ecore
Message-ID:  <201403250809.s2P89hiM069582@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403250809.s2P89hiM069582>