diff options
author | agc <agc@pkgsrc.org> | 1998-02-25 17:03:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-02-25 17:03:12 +0000 |
commit | 7a174f736ece72523d51c093e613435a7f8887cf (patch) | |
tree | a1cac90ac83700ed33773fba69b7a4ae6fa50b45 /mail/elm | |
parent | 4c13b1710bc863ba7998cf011e3aa85de308c9cf (diff) | |
download | pkgsrc-7a174f736ece72523d51c093e613435a7f8887cf.tar.gz |
Sort out manual page handling in this package.
Diffstat (limited to 'mail/elm')
-rw-r--r-- | mail/elm/Makefile | 8 | ||||
-rw-r--r-- | mail/elm/pkg/PLIST | 14 |
2 files changed, 19 insertions, 3 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 76d4802155a..20d54f9c0de 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -4,7 +4,7 @@ # Date created: 26 June 1995 # Whom: ache # -# $NetBSD: Makefile,v 1.2 1998/01/23 13:17:11 bouyer Exp $ +# $NetBSD: Makefile,v 1.3 1998/02/25 17:03:12 agc Exp $ # FreeBSD: Makefile,v 1.42 1997/12/24 01:21:07 alex Exp # @@ -18,7 +18,11 @@ MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/elm2.4.ME+.32 MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \ - listalias.1 messages.1 newalias.1 printmail.1 readmsg.1 + frm.1 listalias.1 messages.1 newalias.1 newmail.1 \ + printmail.1 readmsg.1 +CAT1= answer.0 checkalias.0 elm.0 elmalias.0 fastmail.0 \ + frm.0 listalias.0 messages.0 newalias.0 newmail.0 \ + printmail.0 readmsg.0 HAS_CONFIGURE= Yes CONFIGURE_SCRIPT= Configure diff --git a/mail/elm/pkg/PLIST b/mail/elm/pkg/PLIST index 1e571ac7021..5061459d4c9 100644 --- a/mail/elm/pkg/PLIST +++ b/mail/elm/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1998/01/23 13:17:16 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/02/25 17:03:13 agc Exp $ bin/elm bin/answer bin/checkalias @@ -30,4 +30,16 @@ man/cat1/newalias.0 man/cat1/newmail.0 man/cat1/printmail.0 man/cat1/readmsg.0 +man/man1/answer.1 +man/man1/checkalias.1 +man/man1/elm.1 +man/man1/elmalias.1 +man/man1/fastmail.1 +man/man1/frm.1 +man/man1/listalias.1 +man/man1/messages.1 +man/man1/newalias.1 +man/man1/newmail.1 +man/man1/printmail.1 +man/man1/readmsg.1 share/nls/C/elm2.4.cat |