Date: Fri, 17 Jan 2014 22:29:42 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340131 - head/audio/sphinxbase Message-ID: <201401172229.s0HMTgjL015707@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401172229.s0HMTgjL015707>