From 6114c39a68049334fcaa3a7fe8aa3907d6185079 Mon Sep 17 00:00:00 2001 From: gblach Date: Sat, 5 Oct 2013 21:41:26 +0000 Subject: - Convert USE_GMAKE=yes to USES=gmake - Support staging Approved by: crees, tabthorpe (mentors, implicit) --- x11/ecore-input/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'x11') diff --git a/x11/ecore-input/Makefile b/x11/ecore-input/Makefile index a8b8ffa4e7b4..558646c9d6ba 100644 --- a/x11/ecore-input/Makefile +++ b/x11/ecore-input/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_input INSTALL_WRKSRC= ${BUILD_WRKSRC} -NO_STAGE= yes .include "../../devel/ecore-main/Makefile.inc" CONFIGURE_ARGS+= --enable-ecore-input @@ -37,6 +35,6 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/ecore-input.pc \ - ${PREFIX}/libdata/pkgconfig/ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ .include -- cgit