The git(1) overrides the default MANPATH with GIT_MAN_PATH, so the following odd thing happens in our git port: % git help diff No manpage for git-diff. % man git-diff [ Manpage shows up ] The attached patch removes '/share/' from ${mandir} and ${sysconfdir} to match our layout of /usr/local better.
Responsible Changed From-To: freebsd-ports-bugs->anholt Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!