Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 21:29:23 +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: r329507 - head/graphics/ecore-sdl
Message-ID:  <201310052129.r95LTNK2054070@svn.freebsd.org>

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

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

Modified:
  head/graphics/ecore-sdl/Makefile

Modified: head/graphics/ecore-sdl/Makefile
==============================================================================
--- head/graphics/ecore-sdl/Makefile	Sat Oct  5 21:16:36 2013	(r329506)
+++ head/graphics/ecore-sdl/Makefile	Sat Oct  5 21:29:23 2013	(r329507)
@@ -25,7 +25,6 @@ USE_LDCONFIG=	yes
 BUILD_WRKSRC=	${WRKSRC}/src/lib/ecore_sdl
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 
-NO_STAGE=	yes
 .include "../../devel/ecore-main/Makefile.inc"
 
 CONFIGURE_ARGS+=	--enable-ecore-sdl \
@@ -41,6 +40,6 @@ post-patch:
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/ecore-sdl.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?201310052129.r95LTNK2054070>