- Respect PREFIX/LOCALBASE
PR: 137683 Submitted by: amdmi3@ Approved by: maintainer Feature safe: yes
This commit is contained in:
parent
fce5f52e27
commit
baa4c13554
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241751
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue