svn commit: r329507 - head/graphics/ecore-sdl
Grzegorz Blach
gblach at FreeBSD.org
Sat Oct 5 21:29:24 UTC 2013
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>
More information about the svn-ports-all
mailing list