svn commit: r329512 - head/x11/ecore-imf
Grzegorz Blach
gblach at FreeBSD.org
Sat Oct 5 21:58:11 UTC 2013
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>
More information about the svn-ports-all
mailing list