diff options
author | jlam <jlam@pkgsrc.org> | 2008-03-01 05:17:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-03-01 05:17:32 +0000 |
commit | 50e3759012ca9e100de5e9750866cd0a532410fd (patch) | |
tree | 02b29510bcc21dd1683cc8a4bf4d7422b712a3c0 /comms/kermit/PLIST | |
parent | 985a424f798dd9748fb26fc2d802f123da4718a2 (diff) | |
download | pkgsrc-50e3759012ca9e100de5e9750866cd0a532410fd.tar.gz |
+ Be like every other package and just install the man page but not
bother with the catman page. This simplifies the Makefile and the
PLIST considerably.
+ Use the pkginstall framework to install the kermit binary as
setuid-uucp. Generalize to use ${UUCP_USER} instead of "uucp".
Bump PKGREVISION to 3.
Diffstat (limited to 'comms/kermit/PLIST')
-rw-r--r-- | comms/kermit/PLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/kermit/PLIST b/comms/kermit/PLIST index 6bde2ebd9ef..bdfa98ec7f8 100644 --- a/comms/kermit/PLIST +++ b/comms/kermit/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 2005/12/02 17:01:35 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2008/03/01 05:17:32 jlam Exp $ bin/kermit -${HAVE_CATPAGE}man/cat1/kermit.0 -${HAVE_MANPAGE}man/man1/kermit.1 +man/man1/kermit.1 share/doc/kermit/ckaaaa.txt share/doc/kermit/ckc211.txt share/doc/kermit/ckcbwr.txt |