aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-09-17 14:58:44 +0000
committerWill Andrews <will@FreeBSD.org>2002-09-17 14:58:44 +0000
commitfe2235cdcede32739ec0008688d6e7500d508c98 (patch)
tree2dcc563f0e7aa0b4e276d23877279cae551f8f9d /shells/zsh
parentc4933a74d5d9fd0ec2caebc5c08bf05c216f8200 (diff)
downloadports-fe2235cdcede32739ec0008688d6e7500d508c98.tar.gz
ports-fe2235cdcede32739ec0008688d6e7500d508c98.zip
PERL -> USE_REINPLACE
Submitted by: David Yeske <dyeske@yahoo.com>
Notes
Notes: svn path=/head/; revision=66512
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: