svn commit: r332710 - head/lang/itcl

William Grzybowski wg at FreeBSD.org
Mon Nov 4 13:17:51 UTC 2013


Author: wg
Date: Mon Nov  4 13:17:51 2013
New Revision: 332710
URL: http://svnweb.freebsd.org/changeset/ports/332710

Log:
  lang/itcl: fix sed for 8.x (no -r)
  
  PR:		ports/181391
  Submitted by:	Jeff Lawson <jeff.lawson flightaware.com>
  Approved by:	maintainer (timeout)

Modified:
  head/lang/itcl/Makefile

Modified: head/lang/itcl/Makefile
==============================================================================
--- head/lang/itcl/Makefile	Mon Nov  4 13:17:16 2013	(r332709)
+++ head/lang/itcl/Makefile	Mon Nov  4 13:17:51 2013	(r332710)
@@ -38,7 +38,7 @@ NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-patch:
-	${REINPLACE_CMD} -r '/^includedir/s|/include|/include/itcl${PORTVERSION:R}|' \
+	${REINPLACE_CMD} -E '/^includedir/s|/include|/include/itcl${PORTVERSION:R}|' \
 	    ${WRKSRC}/${CONFIGURE_SCRIPT}
 
 post-build test:


More information about the svn-ports-all mailing list