aboutsummaryrefslogtreecommitdiff
path: root/textproc/flex
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-01-13 05:41:30 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-01-13 05:41:30 +0000
commit02dd5bfdbcdb33eaac439fc9bf8c6a68431b0397 (patch)
tree19e1466d66f945b339e53c5a8a69e3a67be13c05 /textproc/flex
parent8d86d654961a0f12602f81288f10f0091f71624c (diff)
downloadports-02dd5bfdbcdb33eaac439fc9bf8c6a68431b0397.tar.gz
ports-02dd5bfdbcdb33eaac439fc9bf8c6a68431b0397.zip
Avoid running ranlib again during installation phase,
this fixes packaging as a regular user Submitted by: antoine
Notes
Notes: svn path=/head/; revision=339569
Diffstat (limited to 'textproc/flex')
-rw-r--r--textproc/flex/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile
index eaf98b2fe92f..3654f5694ad4 100644
--- a/textproc/flex/Makefile
+++ b/textproc/flex/Makefile
@@ -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