Revision: 91490 https://trac.macports.org/changeset/91490 Author: deric@macports.org Date: 2012-04-03 05:23:13 -0700 (Tue, 03 Apr 2012) Log Message: ----------- mercurial: Added hgk, the visual history browser to the default install. Modified Paths: -------------- trunk/dports/devel/mercurial/Portfile Modified: trunk/dports/devel/mercurial/Portfile =================================================================== --- trunk/dports/devel/mercurial/Portfile 2012-04-03 12:17:38 UTC (rev 91489) +++ trunk/dports/devel/mercurial/Portfile 2012-04-03 12:23:13 UTC (rev 91490) @@ -64,6 +64,9 @@ # copy hgweb.cgi hgwebdir.cgi file copy ${worksrcpath}/hgweb.cgi ${destroot}${prefix}/share/${name}/ + # copy hgk, the visual history browser + file copy ${worksrcpath}/contrib/hgk ${destroot}${prefix}/bin/hgk + if {[variant_isset bash_completion]} { xinstall -d ${destroot}${prefix}/etc/bash_completion.d copy ${worksrcpath}/contrib/bash_completion ${destroot}${prefix}/etc/bash_completion.d/mercurial
participants (1)
-
deric@macports.org