From 7dd6805c44bf98d4d64a54313e9f622fd7cb2656 Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 4 Nov 2002 05:46:38 +0000 Subject: PERL -> REINPLACE And some ports have USE_PERL5=yes now. --- shells/zsh-devel/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shells') 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: -- cgit