svn commit: r329510 - head/x11/ecore-input
Grzegorz Blach
gblach at FreeBSD.org
Sat Oct 5 21:41:26 UTC 2013
Author: gblach
Date: Sat Oct 5 21:41:26 2013
New Revision: 329510
URL: http://svnweb.freebsd.org/changeset/ports/329510
Log:
- Convert USE_GMAKE=yes to USES=gmake
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Modified:
head/x11/ecore-input/Makefile
Modified: head/x11/ecore-input/Makefile
==============================================================================
--- head/x11/ecore-input/Makefile Sat Oct 5 21:34:51 2013 (r329509)
+++ head/x11/ecore-input/Makefile Sat Oct 5 21:41:26 2013 (r329510)
@@ -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 <bsd.port.mk>
More information about the svn-ports-all
mailing list