diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-06 06:01:13 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-06 06:01:13 +0800 |
commit | eb5e16c601827f5049f7ffd7c55477d6eb1d66ea (patch) | |
tree | a193165a6ba37250e3257da33bfa0597e555daab | |
parent | 5de6493b38582a35ad629e934058096eca9fda14 (diff) | |
download | freebsd-ports-gnome-eb5e16c601827f5049f7ffd7c55477d6eb1d66ea.tar.gz freebsd-ports-gnome-eb5e16c601827f5049f7ffd7c55477d6eb1d66ea.tar.zst freebsd-ports-gnome-eb5e16c601827f5049f7ffd7c55477d6eb1d66ea.zip |
- Convert USE_GMAKE=yes to USES=gmake
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
-rw-r--r-- | x11/ecore-imf_evas/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/ecore-imf_evas/Makefile b/x11/ecore-imf_evas/Makefile index 63e27e97c887..2439c4e4f046 100644 --- a/x11/ecore-imf_evas/Makefile +++ b/x11/ecore-imf_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= imf -USES= pkgconfig +USES= gmake pkgconfig USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} -NO_STAGE= yes .include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-con \ @@ -43,6 +41,6 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/ecore-imf-evas.pc \ - ${PREFIX}/libdata/pkgconfig/ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ .include <bsd.port.mk> |