diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-06 05:58:10 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-06 05:58:10 +0800 |
commit | 5de6493b38582a35ad629e934058096eca9fda14 (patch) | |
tree | 7543be5b032e58146da31816c6854da1b4b2a26a /x11 | |
parent | 24c805a580dcc68172ce3fd5df1fc7af776f3c96 (diff) | |
download | freebsd-ports-gnome-5de6493b38582a35ad629e934058096eca9fda14.tar.gz freebsd-ports-gnome-5de6493b38582a35ad629e934058096eca9fda14.tar.zst freebsd-ports-gnome-5de6493b38582a35ad629e934058096eca9fda14.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-imf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/ecore-imf/Makefile b/x11/ecore-imf/Makefile index 0c7cd636b704..56d264feb47f 100644 --- a/x11/ecore-imf/Makefile +++ b/x11/ecore-imf/Makefile @@ -17,14 +17,12 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_EFL= ecore libtool_hack -USES= pkgconfig +USES= gmake pkgconfig USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf INSTALL_WRKSRC= ${BUILD_WRKSRC} -NO_STAGE= yes .include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-con \ @@ -40,6 +38,6 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/ecore-imf.pc \ - ${PREFIX}/libdata/pkgconfig/ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ .include <bsd.port.mk> |