diff options
-rw-r--r-- | lang/itcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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: |