aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2013-10-06 05:16:36 +0800
committergblach <gblach@FreeBSD.org>2013-10-06 05:16:36 +0800
commitd62d65f4e27f44e74a497c1266c350bb8f0be42f (patch)
tree3ff417b73a4ec239e6ac37d3f9841db3cbab78d2 /graphics
parenteceaa178cdadad7cb9ec6cbc4bb35c1be62928b6 (diff)
downloadfreebsd-ports-gnome-d62d65f4e27f44e74a497c1266c350bb8f0be42f.tar.gz
freebsd-ports-gnome-d62d65f4e27f44e74a497c1266c350bb8f0be42f.tar.zst
freebsd-ports-gnome-d62d65f4e27f44e74a497c1266c350bb8f0be42f.zip
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ecore-evas/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ecore-evas/Makefile b/graphics/ecore-evas/Makefile
index 7de7d47d0946..d17edda23d89 100644
--- a/graphics/ecore-evas/Makefile
+++ b/graphics/ecore-evas/Makefile
@@ -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>