1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Stage support

- Use pathfix instead of REINPLACE_CMD
This commit is contained in:
Antoine Brodin 2014-01-17 22:29:42 +00:00
parent 298000a547
commit 3cb5d8482d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340131

View File

@ -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>