From e512804b2b0e2d276c551979ac632bd7ff445543 Mon Sep 17 00:00:00 2001 From: wg Date: Mon, 4 Nov 2013 13:17:51 +0000 Subject: lang/itcl: fix sed for 8.x (no -r) PR: ports/181391 Submitted by: Jeff Lawson Approved by: maintainer (timeout) --- lang/itcl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 09b38af357c8..417caf484889 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -38,7 +38,7 @@ NO_STAGE= yes .include 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: -- cgit