diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-23 17:57:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-23 17:57:31 +0000 |
commit | 6b326fccf64779687bd963342e1a531709643a24 (patch) | |
tree | e5bbb0e23027bd2fd3b6b6a5b11a3f7cbc0e166b /shells | |
parent | d213ba25bf37a321572363f98ec8f6c9ab7015e9 (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 2 |
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 |