From 5de6493b38582a35ad629e934058096eca9fda14 Mon Sep 17 00:00:00 2001 From: gblach Date: Sat, 5 Oct 2013 21:58:10 +0000 Subject: - Convert USE_GMAKE=yes to USES=gmake - Support staging Approved by: crees, tabthorpe (mentors, implicit) --- x11/ecore-imf/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'x11') 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 -- cgit