Date: Mon, 13 Jan 2014 05:41:30 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339569 - head/textproc/flex Message-ID: <201401130541.s0D5fUV3012755@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Mon Jan 13 05:41:30 2014 New Revision: 339569 URL: http://svnweb.freebsd.org/changeset/ports/339569 Log: Avoid running ranlib again during installation phase, this fixes packaging as a regular user Submitted by: antoine Modified: head/textproc/flex/Makefile Modified: head/textproc/flex/Makefile ============================================================================== --- head/textproc/flex/Makefile Mon Jan 13 05:01:34 2014 (r339568) +++ head/textproc/flex/Makefile Mon Jan 13 05:41:30 2014 (r339569) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401130541.s0D5fUV3012755>