Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 12:39:19 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331678 - head/databases/libmongo-client
Message-ID:  <201310261239.r9QCdJML059194@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310261239.r9QCdJML059194>