aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-23 17:57:31 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-23 17:57:31 +0000
commit6b326fccf64779687bd963342e1a531709643a24 (patch)
treee5bbb0e23027bd2fd3b6b6a5b11a3f7cbc0e166b /shells
parentd213ba25bf37a321572363f98ec8f6c9ab7015e9 (diff)
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index bd6adfd4b99d..3607953aacf4 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -104,7 +104,7 @@ post-build:
cd ${WRKSRC} && /usr/bin/soelim ${WRKSRC}/Doc/zshall.1.source > \
${WRKSRC}/Doc/zshall.1
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${PREFIX}/info
+ @${MKDIR} ${STAGEDIR}${PREFIX}/info
makeinfo --no-split --output=${WRKSRC}/Doc/zsh.info \
${WRKSRC}/Doc/zsh.texi
.endif