svn commit: r329506 - head/graphics/ecore-evas

Grzegorz Blach gblach at FreeBSD.org
Sat Oct 5 21:16:37 UTC 2013


Author: gblach
Date: Sat Oct  5 21:16:36 2013
New Revision: 329506
URL: http://svnweb.freebsd.org/changeset/ports/329506

Log:
  - Support staging
  
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/graphics/ecore-evas/Makefile

Modified: head/graphics/ecore-evas/Makefile
==============================================================================
--- head/graphics/ecore-evas/Makefile	Sat Oct  5 21:12:23 2013	(r329505)
+++ head/graphics/ecore-evas/Makefile	Sat Oct  5 21:16:36 2013	(r329506)
@@ -24,7 +24,6 @@ USE_LDCONFIG=	yes
 BUILD_WRKSRC=	${WRKSRC}/src/lib/ecore_evas
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 
-NO_STAGE=	yes
 .include "../../devel/ecore-main/Makefile.inc"
 
 CONFIGURE_ARGS+=	--enable-ecore-evas \
@@ -87,6 +86,6 @@ post-patch:
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/ecore-evas.pc \
-		${PREFIX}/libdata/pkgconfig/
+		${STAGEDIR}${PREFIX}/libdata/pkgconfig/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list