aboutsummaryrefslogtreecommitdiff
path: root/databases/libmongo-client
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-10-26 12:39:19 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-10-26 12:39:19 +0000
commit7dfc540d3d2e6094a9bef2117f925062c71900f7 (patch)
tree01800826201af5fdd8fe7016124be39501ad3759 /databases/libmongo-client
parent76fd67222e506df8bed94efcd87baf647a2226b1 (diff)
downloadports-7dfc540d3d2e6094a9bef2117f925062c71900f7.tar.gz
ports-7dfc540d3d2e6094a9bef2117f925062c71900f7.zip
databases/libmongo-client: allow staging
- Allow staging - Use pathfix PR: ports/182639 Submitted by: Denis Generalov <gd rambler-co.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=331678
Diffstat (limited to 'databases/libmongo-client')
-rw-r--r--databases/libmongo-client/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/libmongo-client/Makefile b/databases/libmongo-client/Makefile
index 61296d01abb5..860814ef963e 100644
--- a/databases/libmongo-client/Makefile
+++ b/databases/libmongo-client/Makefile
@@ -17,16 +17,14 @@ GH_COMMIT= ff123ed # should be 9cbb488, but does not
USE_AUTOTOOLS= automake autoconf libtool
GNU_CONFIGURE= yes
-USES= pkgconfig gmake
+USES= pkgconfig gmake pathfix
USE_GNOME= glib20
USE_LDCONFIG= yes
CONFIGURE_ENV+= PKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig
+PATHFIX_MAKEFILEIN=Makefile.am
-NO_STAGE= yes
run-autotools:
- @${REINPLACE_CMD} 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
- ${WRKSRC}/src/Makefile.am
@cd ${CONFIGURE_WRKSRC} && \
- ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i
+ ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i
.include <bsd.port.mk>