diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-06 05:46:10 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-06 05:46:10 +0800 |
commit | 24c805a580dcc68172ce3fd5df1fc7af776f3c96 (patch) | |
tree | a0e5a276107c5ef48e428b83b1da8c79b37c33c8 /x11 | |
parent | 6114c39a68049334fcaa3a7fe8aa3907d6185079 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |