Avoid running ranlib again during installation phase,
this fixes packaging as a regular user Submitted by: antoine
This commit is contained in:
parent
8d86d65496
commit
02dd5bfdbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339569
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ NLS_CONFIGURE_ENABLE= nls
|
|||
post-patch: .SILENT
|
||||
${REINPLACE_CMD} -Ee 's/tests//' \
|
||||
-e 's/^([[:space:]]*)\$$\(RANLIB\) ([^ ;]*)/\1chmod u+w \2;&/' \
|
||||
-e '/echo.*RANLIB/,+1d' \
|
||||
${WRKSRC}/Makefile.in
|
||||
${REINPLACE_CMD} -e 's/@MAKEINFO@/& --no-split/g' \
|
||||
${WRKSRC}/doc/Makefile.in
|
||||
|
|
Loading…
Reference in a new issue