From 74378b4075c6e6dbcf200cac85d8b8e39b3f2102 Mon Sep 17 00:00:00 2001 From: will Date: Tue, 17 Sep 2002 14:58:44 +0000 Subject: PERL -> USE_REINPLACE Submitted by: David Yeske --- shells/zsh/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shells') 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: -- cgit