aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2013-10-06 05:34:51 +0800
committergblach <gblach@FreeBSD.org>2013-10-06 05:34:51 +0800
commita72b1eff3abb48f03195d371e2e7587d8a4fb9e5 (patch)
treeae6e2ad15756a8009469fb65055a16209ec27b12
parentdbc3a3e289a5aca89d8b1181959dcf5d63dfadca (diff)
downloadfreebsd-ports-gnome-a72b1eff3abb48f03195d371e2e7587d8a4fb9e5.tar.gz
freebsd-ports-gnome-a72b1eff3abb48f03195d371e2e7587d8a4fb9e5.tar.zst
freebsd-ports-gnome-a72b1eff3abb48f03195d371e2e7587d8a4fb9e5.zip
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
-rw-r--r--x11/ecore-x11/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/ecore-x11/Makefile b/x11/ecore-x11/Makefile
index 51786d5f285d..e707fb35b617 100644
--- a/x11/ecore-x11/Makefile
+++ b/x11/ecore-x11/Makefile
@@ -25,7 +25,6 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_x
INSTALL_WRKSRC= ${BUILD_WRKSRC}
XEXTDIR= ${LOCALBASE}/include/X11/extensions
-NO_STAGE= yes
.include "../../devel/ecore-main/Makefile.inc"
CONFIGURE_ARGS+= --enable-ecore-x \
@@ -100,6 +99,6 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/ecore-x.pc \
- ${PREFIX}/libdata/pkgconfig/
+ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
.include <bsd.port.mk>