Date: Tue, 23 Sep 2014 17:57:31 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369108 - head/shells/zsh Message-ID: <201409231757.s8NHvVqL023608@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409231757.s8NHvVqL023608>