add stage support Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
Author: wg Date: Sat Oct 26 12:39:19 2013 New Revision: 331678 URL: http://svnweb.freebsd.org/changeset/ports/331678 Log: databases/libmongo-client: allow staging - Allow staging - Use pathfix PR: ports/182639 Submitted by: Denis Generalov <gd rambler-co.ru> (maintainer) Modified: head/databases/libmongo-client/Makefile Modified: head/databases/libmongo-client/Makefile ============================================================================== --- head/databases/libmongo-client/Makefile Sat Oct 26 12:37:32 2013 (r331677) +++ head/databases/libmongo-client/Makefile Sat Oct 26 12:39:19 2013 (r331678) @@ -17,16 +17,14 @@ GH_COMMIT= ff123ed # should be 9cbb488, 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> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!