# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 github.setup tj git-extras 4.6.0 maintainers {grimreaper @grimreaper} openmaintainer platforms darwin categories devel supported_archs noarch description Git utilities long_description \ ${description} -- repo summary, repl, changelog population, author \ commit percentages and more license MIT checksums rmd160 6e2eaaad585e65224207b28966c2049d3de680e8 \ sha256 ef65618b2bcfc68ecf3ac1e5b06320f1c96ad7fc2aa9ae8dbbd760449e547e4e \ size 135629 use_configure no build {} destroot.destdir PREFIX=${destroot}${prefix} post-destroot { set docdir ${destroot}${prefix}/share/doc/${subport} xinstall -d ${docdir} xinstall -m 644 {*}[glob ${worksrcpath}/man/*.html] ${docdir} }