Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name cvsdiff2patch
version 1.0.1
categories devel
maintainers nomaintainer@macports.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 destroot target
destroot {
system "install -c -s -m 555 ${worksrcpath}/cvsdiff2patch ${destroot}/${prefix}/bin"
}