Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 21:46:10 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329511 - head/x11/ecore-input_evas
Message-ID:  <201310052146.r95LkArM063725@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sat Oct  5 21:46:10 2013
New Revision: 329511
URL: http://svnweb.freebsd.org/changeset/ports/329511

Log:
  - Convert USE_GMAKE=yes to USES=gmake
  - Support staging
  
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/x11/ecore-input_evas/Makefile

Modified: head/x11/ecore-input_evas/Makefile
==============================================================================
--- head/x11/ecore-input_evas/Makefile	Sat Oct  5 21:41:26 2013	(r329510)
+++ head/x11/ecore-input_evas/Makefile	Sat Oct  5 21:46:10 2013	(r329511)
@@ -17,15 +17,13 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_EFL=	ecore evas libtool_hack
 USE_EFL_ECORE=	input
-USES=		pkgconfig
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 BUILD_WRKSRC=	${WRKSRC}/src/lib/ecore_input_evas
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 
-NO_STAGE=	yes
 .include "../../devel/ecore-main/Makefile.inc"
 
 CONFIGURE_ARGS+=	--enable-ecore-input \
@@ -41,6 +39,6 @@ post-patch:
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/ecore-input-evas.pc \
-		${PREFIX}/libdata/pkgconfig/
+		${STAGEDIR}${PREFIX}/libdata/pkgconfig/
 
 .include <bsd.port.mk>



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