aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ecore-sdl
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2013-10-06 05:29:23 +0800
committergblach <gblach@FreeBSD.org>2013-10-06 05:29:23 +0800
commit77de973942b0e4e0c7d88884591ea0ff7e5d063a (patch)
treed5410d27fdca3dde2b35b442d88917d65ce73848 /graphics/ecore-sdl
parentd62d65f4e27f44e74a497c1266c350bb8f0be42f (diff)
downloadfreebsd-ports-gnome-77de973942b0e4e0c7d88884591ea0ff7e5d063a.tar.gz
freebsd-ports-gnome-77de973942b0e4e0c7d88884591ea0ff7e5d063a.tar.zst
freebsd-ports-gnome-77de973942b0e4e0c7d88884591ea0ff7e5d063a.zip
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'graphics/ecore-sdl')
-rw-r--r--graphics/ecore-sdl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ecore-sdl/Makefile b/graphics/ecore-sdl/Makefile
index 366ad7eac4ff..afc93549ea7c 100644
--- a/graphics/ecore-sdl/Makefile
+++ b/graphics/ecore-sdl/Makefile
@@ -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>