diff options
author | wg <wg@FreeBSD.org> | 2013-10-26 20:39:19 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-10-26 20:39:19 +0800 |
commit | e67fc4c14ac027c62727994a495a48aa4cce68d5 (patch) | |
tree | 01800826201af5fdd8fe7016124be39501ad3759 /databases | |
parent | 9c20e813c200aed061fc919711466f8b7f4464cc (diff) | |
download | freebsd-ports-gnome-e67fc4c14ac027c62727994a495a48aa4cce68d5.tar.gz freebsd-ports-gnome-e67fc4c14ac027c62727994a495a48aa4cce68d5.tar.zst freebsd-ports-gnome-e67fc4c14ac027c62727994a495a48aa4cce68d5.zip |
databases/libmongo-client: allow staging
- Allow staging
- Use pathfix
PR: ports/182639
Submitted by: Denis Generalov <gd rambler-co.ru> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libmongo-client/Makefile | 8 |
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> |