# $Id: Portfile,v 1.5 2005/08/17 23:56:07 toby Exp $
PortSystem 1.0
name            texinfo
version         4.8
revision        1
categories      textproc
maintainers     persquare@mac.com
description     Texinfo is the official documentation format of the GNU project
long_description        Texinfo is the official documentation format of the \
		GNU project. It uses a single source file to produce output \
		in a number of formats, both online and printed (dvi, info, \
		html, xml, etc.). This means that instead of writing \
		different documents for online information and another for \
		a printed manual, you need write only one document.
homepage        http://www.gnu.org/software/texinfo/
master_sites    gnu
use_bzip2       yes
checksums       md5 6ba369bbfe4afaa56122e65b3ee3a68c

configure.args	--mandir=${prefix}/share/man \
				--infodir=${prefix}/share/info

post-destroot {
	file delete -force ${destroot}${prefix}/lib/charset.alias
}
