# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup visionmedia git-extras 0.9.0 maintainers singingwolfboy 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 fb2187fec553ad91519b6012a81fe0fdeda7ee77 \ sha256 926ec2c50930e01f461a11eac13a16fd9fb91b852b67d7766810a5c5a986e00e configure { reinplace "s| /etc| ${prefix}/etc|g" ${worksrcpath}/Makefile } build {} destroot.destdir PREFIX=${destroot}${prefix} post-destroot { set docdir ${destroot}${prefix}/share/doc/${subport} xinstall -d ${docdir} eval xinstall -m 644 [glob ${worksrcpath}/man/*.html] ${docdir} }