aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 02:34:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 02:34:07 +0000
commitfd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6 (patch)
treee71361bd9b444ba7023f9cd67d84c57b9e62eead /shells
parentc92cd658645286c7b4483aad14dfa79eba6526cf (diff)
downloadports-fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6.tar.gz
ports-fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6.zip
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes: svn path=/head/; revision=150432
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 426263888e87..2e805b35138b 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -134,7 +134,6 @@ pre-install:
@${MKDIR} ${PREFIX}/info
makeinfo --no-split --output=${PREFIX}/info/zsh.info \
${WRKSRC}/Doc/zsh.texi
- install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir
.endif
post-install: