svn commit: r340131 - head/audio/sphinxbase

Antoine Brodin antoine at FreeBSD.org
Fri Jan 17 22:29:43 UTC 2014


Author: antoine
Date: Fri Jan 17 22:29:42 2014
New Revision: 340131
URL: http://svnweb.freebsd.org/changeset/ports/340131
QAT: https://qat.redports.org/buildarchive/r340131/

Log:
  - Stage support
  - Use pathfix instead of REINPLACE_CMD

Modified:
  head/audio/sphinxbase/Makefile

Modified: head/audio/sphinxbase/Makefile
==============================================================================
--- head/audio/sphinxbase/Makefile	Fri Jan 17 22:25:13 2014	(r340130)
+++ head/audio/sphinxbase/Makefile	Fri Jan 17 22:29:42 2014	(r340131)
@@ -10,8 +10,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	CMU Sphinx Speech recognition system base
 
 USE_LDCONFIG=	yes
-NO_STAGE=	yes
-USES=		gmake bison
+USES=		bison gmake pathfix
 USE_AUTOTOOLS=	libtool
 
 CONFIGURE_ARGS+=	--without-python --without-lapack
@@ -46,7 +45,4 @@ CONFIGURE_ARGS+=	--enable-threads
 CONFIGURE_ARGS+=	--disable-threads
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list