aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2013-10-06 05:46:10 +0800
committergblach <gblach@FreeBSD.org>2013-10-06 05:46:10 +0800
commit24c805a580dcc68172ce3fd5df1fc7af776f3c96 (patch)
treea0e5a276107c5ef48e428b83b1da8c79b37c33c8 /x11
parent6114c39a68049334fcaa3a7fe8aa3907d6185079 (diff)
downloadfreebsd-ports-gnome-24c805a580dcc68172ce3fd5df1fc7af776f3c96.tar.gz
freebsd-ports-gnome-24c805a580dcc68172ce3fd5df1fc7af776f3c96.tar.zst
freebsd-ports-gnome-24c805a580dcc68172ce3fd5df1fc7af776f3c96.zip
- Convert USE_GMAKE=yes to USES=gmake
- Support staging Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'x11')
-rw-r--r--x11/ecore-input_evas/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/ecore-input_evas/Makefile b/x11/ecore-input_evas/Makefile
index 98e2d6093db2..cdafec88ab55 100644
--- a/x11/ecore-input_evas/Makefile
+++ b/x11/ecore-input_evas/Makefile
@@ -17,15 +17,13 @@ LICENSE= BSD
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_EFL= ecore evas libtool_hack
USE_EFL_ECORE= input
-USES= pkgconfig
+USES= gmake pkgconfig
USE_LDCONFIG= yes
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input_evas
INSTALL_WRKSRC= ${BUILD_WRKSRC}
-NO_STAGE= yes
.include "../../devel/ecore-main/Makefile.inc"
CONFIGURE_ARGS+= --enable-ecore-input \
@@ -41,6 +39,6 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/ecore-input-evas.pc \
- ${PREFIX}/libdata/pkgconfig/
+ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
.include <bsd.port.mk>