[MacPorts] #38507: git-core/share/doc contains contrib and hooks !?
MacPorts
noreply at macports.org
Sat Mar 23 11:09:51 PDT 2013
#38507: git-core/share/doc contains contrib and hooks !?
-----------------------------+--------------------------------
Reporter: luc_j_bourhis@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Low | Milestone:
Component: ports | Version: 2.1.3
Keywords: | Port: git-core
-----------------------------+--------------------------------
I'm talking about line 92 of the git-core Portfile (version 1.8.1.3)
{{{
file copy ${worksrcpath}/contrib ${docdestroot}
}}}
It's great it's there (featuring the very good git-remote-hg) but putting
those scripts in doc/git-core is quite misleading. On Linux they get
installed in /usr/share/git-core/{contrib,hooks}. It seems to me that line
needs to be changed to
{{{
file copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/38507>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list