| Summary: | [patch] "git help diff" is broken in devel/git [1.5.5] | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Giorgos Keramidas <keramida> | ||||
| Component: | Individual Port(s) | Assignee: | Eric Anholt <anholt> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
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! |
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.