proctools

Portfile を書いた。
概ね問題なくインストールされるが、man p{kill,grep,find} すると表示がおかしい。
試しに bsdmake install もしてみたが、やはり manpage の表示がおかしい。
man 生成周りはさっぱり知らないので、とりあえずこのまま使う。

PortSystem 1.0

name            proctools
version         0.4pre1
revision        1
homepage        http://sourceforge.net/projects/proctools
description     proctools provides the pgrep and pkill commands.
long_description   proctools provides the pgrep and pkill commands, \
		   which, respectively, scan for and send signals to \
		   processes that are matched by command line options. \
		   This is vaguely similar to the killall command \
		   from Linux's psmisc package, but has many more features.
categories      sysutils
platforms       darwin
maintainers     takeru.naito@gmail.com
master_sites    sourceforge:proctools

checksums       md5 714e4350749c680a7806635632d524b1

use_configure	no
build.type	bsd

destroot.destdir PREFIX=${destroot}${prefix} MANDIR=${destroot}${prefix}/share/man/cat