svn commit: r339569 - head/textproc/flex

Johan van Selst johans at FreeBSD.org
Mon Jan 13 05:41:31 UTC 2014


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


More information about the svn-ports-all mailing list