# $Id: Portfile,v 1.1 2003/06/17 00:17:48 landonf Exp $ PortSystem 1.0 name cvsdiff2patch version 1.0.1 categories devel maintainers landonf@opendarwin.org description Turn cvs diff output into patch input. long_description This is a text filter for turning "cvs diff" output \ into something that patch(1) understands. This is \ needed when your version of cvs(1) makes diffs that \ confuse patch(1). homepage http://people.freebsd.org/~alfred/sources/cvsdiff2patch/ platforms darwin freebsd master_sites ${homepage} use_bzip2 yes checksums md5 9e5ccf10e15d26ce0dcb5ebb4a80b919 configure "" build.type bsd # Override Makefile install target install { system "install -c -s -m 555 ${worksrcpath}/cvsdiff2patch ${destroot}/${prefix}/bin" }