aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-12-05 10:34:07 +0800
committeredwin <edwin@FreeBSD.org>2005-12-05 10:34:07 +0800
commitd6277e1b90a3dd0618c3110ef941b9ddce9b4439 (patch)
tree1d3b9028224fc788065e7ca3151675be1b688547 /shells
parent08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (diff)
downloadfreebsd-ports-gnome-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.tar.gz
freebsd-ports-gnome-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.tar.zst
freebsd-ports-gnome-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.zip
Remove install-info from Makefile, it's automatically done when INFO is defined
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: