Date: Sat, 5 Oct 2013 22:01:13 +0000 (UTC) From: Grzegorz Blach <gblach@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329513 - head/x11/ecore-imf_evas Message-ID: <201310052201.r95M1De7072597@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gblach Date: Sat Oct 5 22:01:13 2013 New Revision: 329513 URL: http://svnweb.freebsd.org/changeset/ports/329513 Log: - Convert USE_GMAKE=yes to USES=gmake - Support staging Approved by: crees, tabthorpe (mentors, implicit) Modified: head/x11/ecore-imf_evas/Makefile Modified: head/x11/ecore-imf_evas/Makefile ============================================================================== --- head/x11/ecore-imf_evas/Makefile Sat Oct 5 21:58:10 2013 (r329512) +++ head/x11/ecore-imf_evas/Makefile Sat Oct 5 22:01:13 2013 (r329513) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310052201.r95M1De7072597>