Date: Sat, 5 Oct 2013 21:58:11 +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: r329512 - head/x11/ecore-imf Message-ID: <201310052158.r95LwBEw069784@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gblach Date: Sat Oct 5 21:58:10 2013 New Revision: 329512 URL: http://svnweb.freebsd.org/changeset/ports/329512 Log: - Convert USE_GMAKE=yes to USES=gmake - Support staging Approved by: crees, tabthorpe (mentors, implicit) Modified: head/x11/ecore-imf/Makefile Modified: head/x11/ecore-imf/Makefile ============================================================================== --- head/x11/ecore-imf/Makefile Sat Oct 5 21:46:10 2013 (r329511) +++ head/x11/ecore-imf/Makefile Sat Oct 5 21:58:10 2013 (r329512) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310052158.r95LwBEw069784>