Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 21:16:37 +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: r329506 - head/graphics/ecore-evas
Message-ID:  <201310052116.r95LGbEZ048851@svn.freebsd.org>

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



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