svn commit: r369108 - head/shells/zsh
Antoine Brodin
antoine at FreeBSD.org
Tue Sep 23 17:57:32 UTC 2014
Author: antoine
Date: Tue Sep 23 17:57:31 2014
New Revision: 369108
URL: http://svnweb.freebsd.org/changeset/ports/369108
QAT: https://qat.redports.org/buildarchive/r369108/
Log:
Fix stage violation/allow staging as a regular user
Modified:
head/shells/zsh/Makefile
Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile Tue Sep 23 17:36:59 2014 (r369107)
+++ head/shells/zsh/Makefile Tue Sep 23 17:57:31 2014 (r369108)
@@ -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
More information about the svn-ports-all
mailing list