diff options
author | will <will@FreeBSD.org> | 2002-09-17 22:58:44 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-09-17 22:58:44 +0800 |
commit | 74378b4075c6e6dbcf200cac85d8b8e39b3f2102 (patch) | |
tree | 09699e237b2252a713170129a39962a765bd9f6e /shells/zsh | |
parent | ef0d62144cc4af0c6acb252b9ec8a19cc4b8a10a (diff) | |
download | freebsd-ports-gnome-74378b4075c6e6dbcf200cac85d8b8e39b3f2102.tar.gz freebsd-ports-gnome-74378b4075c6e6dbcf200cac85d8b8e39b3f2102.tar.zst freebsd-ports-gnome-74378b4075c6e6dbcf200cac85d8b8e39b3f2102.zip |
PERL -> USE_REINPLACE
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 3 |
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: |