diff options
-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 |