- 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

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>