- Respect PREFIX/LOCALBASE

PR:		137683
Submitted by:	amdmi3@
Approved by:	maintainer
Feature safe:	yes
This commit is contained in:
Martin Wilke 2009-09-19 17:31:09 +00:00
parent fce5f52e27
commit baa4c13554
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241751

View file

@ -50,4 +50,8 @@ CONFIGURE_ARGS+= --enable-localspeex=yes
CFLAGS+= -fPIC
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/configure.ac
.include <bsd.port.post.mk>