Fix build
This commit is contained in:
parent
6a1f35270b
commit
c008a6647b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355412
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@ OPTIONS_DEFINE= DOCS
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^prefix=/ d; /^bindir=/ d; /^libdir=/ d; \
|
||||
/test/ s|==|=|' ${WRKSRC}/configure
|
||||
/test/ s|==|=|' \
|
||||
-e "s/lua5.1/lua-${LUA_VER}/g" \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue