Avoid running ranlib again during installation phase,

this fixes packaging as a regular user

Submitted by:	antoine
This commit is contained in:
Johan van Selst 2014-01-13 05:41:30 +00:00
parent 8d86d65496
commit 02dd5bfdbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339569

View file

@ -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