a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22067 2007-02-16 20:53:26Z mww@macports.org $
PortSystem 1.0
name man
version 1.6e
categories sysutils
platforms darwin
maintainers mww@macports.org
description The man page suite containing man, apropos, whatis, man2html
long_description The man page suite (man, apropos, and whatis) contains \
programs used to read most of the documentation on a Unix \
system. The whatis and apropos programs are used to find \
documentation related to a particular subject.
homepage http://primates.ximian.com/~flucifredi/man/
master_sites ${homepage}
checksums sha1 7264bda7dd7bf08bdb9dac6ec7734e755ec0a8d1 \
md5 d8187cd756398baefc48ba7d60ff6a8a
patchfiles patch-man2html_Makefile.in patch-gencat-genlib.c patch-configure
depends_lib bin:bzip2:bzip2 \
bin:gzip:gzip \
bin:zcat:gzip
configure.args --mandir=${prefix}/share/man \
-confdir=${prefix}/etc \
+lang all
post-destroot {
file delete ${destroot}${prefix}/share/locale
}