shells/zsh uses pre-install for actions which require root privileges. Fix: -pre-install: +pre-su-install: @${MKDIR} ${PREFIX}/info makeinfo --no-split --output=${PREFIX}/info/zsh.info \ ${WRKSRC}/Doc/zsh.texi--Wo83xIYpCMebSRWr5LCayWDZriJ6m14DgsgrXNdGPJpEuETr Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig Wed Mar 8 02:18:54 2006 +++ Makefile Wed Mar 8 02:19:06 2006 @@ -129,7 +129,7 @@ .if !defined(NOPORTDOCS) INFO= zsh How-To-Repeat: cd /usr/ports/shells/zsh && make install (as user)
Responsible Changed From-To: freebsd-ports-bugs->sergei Over to maintainer
State Changed From-To: open->closed Similar fix committed, thanks!