Bug 124301 - [patch] "git help diff" is broken in devel/git [1.5.5]
Summary: [patch] "git help diff" is broken in devel/git [1.5.5]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eric Anholt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-05 14:10 UTC by Giorgos Keramidas
Modified: 2008-06-16 18:38 UTC (History)
0 users

See Also:


Attachments
git-manpath.diff (1.04 KB, patch)
2008-06-05 14:10 UTC, Giorgos Keramidas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Giorgos Keramidas freebsd_committer freebsd_triage 2008-06-05 14:10:02 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-05 14:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anholt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2008-06-16 18:38:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!