summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-05 21:41:26 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-05 21:41:26 +0000
commitd06c83bace4125fda060d3b0416d286c872bc88d (patch)
treea593efe3f5400aa04846c40bac49b60b0b100b6c /x11
parent- Support staging (diff)
- Convert USE_GMAKE=yes to USES=gmake
- Support staging Approved by: crees, tabthorpe (mentors, implicit)
Notes
Notes: svn path=/head/; revision=329510
Diffstat (limited to 'x11')
-rw-r--r--x11/ecore-input/Makefile6
1 files changed, 2 insertions, 4 deletions
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 <bsd.port.mk>