aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2013-10-06 05:41:26 +0800
committergblach <gblach@FreeBSD.org>2013-10-06 05:41:26 +0800
commit6114c39a68049334fcaa3a7fe8aa3907d6185079 (patch)
treea593efe3f5400aa04846c40bac49b60b0b100b6c /x11
parenta72b1eff3abb48f03195d371e2e7587d8a4fb9e5 (diff)
downloadfreebsd-ports-gnome-6114c39a68049334fcaa3a7fe8aa3907d6185079.tar.gz
freebsd-ports-gnome-6114c39a68049334fcaa3a7fe8aa3907d6185079.tar.zst
freebsd-ports-gnome-6114c39a68049334fcaa3a7fe8aa3907d6185079.zip
- Convert USE_GMAKE=yes to USES=gmake
- Support staging Approved by: crees, tabthorpe (mentors, implicit)
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>