svn commit: r331678 - head/databases/libmongo-client

William Grzybowski wg at FreeBSD.org
Sat Oct 26 12:39:20 UTC 2013


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>


More information about the svn-ports-all mailing list