diff options
Diffstat (limited to 'shells/zsh-devel/Makefile')
-rw-r--r-- | shells/zsh-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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: |