summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile
index dc53d33b952e..c8f2bee73015 100644
--- a/shells/zsh-devel/Makefile
+++ b/shells/zsh-devel/Makefile
@@ -20,7 +20,8 @@ DISTNAME= ${PORTNAME}-${ZSH_VER}-dev-${ZSH_DEV_REV}
MAINTAINER= shige@FreeBSD.org
-USE_AUTOCONF= yes
+USE_AUTOCONF= yes
+USE_REINPLACE= yes
ZSH_VER= 4.1.0
ZSH_DEV_REV= 5
@@ -50,7 +51,7 @@ PLIST_SUB+= NO_STATIC=""
.endif
post-patch:
- @${PERL} -pi -e 's!\$\(htmldir\)!\$\(prefix\)/share/doc/zsh!' \
+ @${REINPLACE_CMD} -e 's!\$\(htmldir\)!\$\(prefix\)/share/doc/zsh!' \
${WRKSRC}/Doc/Makefile.in
post-build: