From fe2235cdcede32739ec0008688d6e7500d508c98 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 17 Sep 2002 14:58:44 +0000 Subject: [PATCH] PERL -> USE_REINPLACE Submitted by: David Yeske --- shells/zsh/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: