aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-09-17 22:58:44 +0800
committerwill <will@FreeBSD.org>2002-09-17 22:58:44 +0800
commit74378b4075c6e6dbcf200cac85d8b8e39b3f2102 (patch)
tree09699e237b2252a713170129a39962a765bd9f6e /shells/zsh
parentef0d62144cc4af0c6acb252b9ec8a19cc4b8a10a (diff)
downloadfreebsd-ports-gnome-74378b4075c6e6dbcf200cac85d8b8e39b3f2102.tar.gz
freebsd-ports-gnome-74378b4075c6e6dbcf200cac85d8b8e39b3f2102.tar.zst
freebsd-ports-gnome-74378b4075c6e6dbcf200cac85d8b8e39b3f2102.zip
PERL -> USE_REINPLACE
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 32bc85d1868e..241ae461623d 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -26,6 +26,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} zsh-${PORTVERSION}-doc${EXTRACT_SUFX}
MAINTAINER= will@FreeBSD.org
USE_BZIP2= yes
+USE_REINPLACE= yes
ZSH_VER= ${PORTVERSION}
ZSHFUNC_SUBDIR= share/zsh/${ZSH_VER}/functions
@@ -51,7 +52,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: