summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-10-05 20:33:02 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-10-05 20:33:02 +0000
commit569accb914cd3c7ca3a0d924d6c15d258d458669 (patch)
tree3b2b4e5f54f98752a61a4c72d8894bcd0a0e6f45 /devel
parent- Convert USE_GMAKE=yes to USES=gmake (diff)
- Convert USE_GMAKE=yes to USES=gmake
- Support staging Approved by: crees, tabthorpe (mentors, implicit)
Notes
Notes: svn path=/head/; revision=329500
Diffstat (limited to 'devel')
-rw-r--r--devel/ecore-ipc/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/ecore-ipc/Makefile b/devel/ecore-ipc/Makefile
index 486c60001cb2..54a210bb7e92 100644
--- a/devel/ecore-ipc/Makefile
+++ b/devel/ecore-ipc/Makefile
@@ -17,10 +17,9 @@ LICENSE= BSD
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_EFL= ecore libtool_hack
USE_EFL_ECORE= con
-USES= pkgconfig
+USES= gmake pkgconfig
USE_LDCONFIG= yes
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_ipc
INSTALL_WRKSRC= ${BUILD_WRKSRC}
@@ -28,7 +27,6 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
OPTIONS_DEFINE= SSL
OPTIONS_DEFAULT=SSL
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSL}
@@ -53,6 +51,6 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/ecore-ipc.pc \
- ${PREFIX}/libdata/pkgconfig/
+ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
.include <bsd.port.mk>