# $Id: Portfile 32256 2007-12-23 09:18:47Z ryandesign@macports.org $
PortSystem 1.0
name			cvsdiff2patch
version			1.0.1
categories		devel
maintainers		nomaintainer
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"
}
