diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-03-10 14:29:45 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-03-10 14:29:45 +0000 |
commit | cc1611366b80d2925d41d9df4f96f17a555a1ded (patch) | |
tree | 0ce7c5375d6ee8dfaa5c2610f4e4146a6885e343 /mail/elm | |
parent | 9084fd5eba1ad56a70415a9b14ca9eb494a7ec2e (diff) | |
download | pkgsrc-cc1611366b80d2925d41d9df4f96f17a555a1ded.tar.gz |
Add missing cat/manpages wnewmail.1 wnewmail.0.
Diffstat (limited to 'mail/elm')
-rw-r--r-- | mail/elm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 20d54f9c0de..38becfa8df3 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -4,7 +4,7 @@ # Date created: 26 June 1995 # Whom: ache # -# $NetBSD: Makefile,v 1.3 1998/02/25 17:03:12 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/03/10 14:29:45 frueauf Exp $ # FreeBSD: Makefile,v 1.42 1997/12/24 01:21:07 alex Exp # @@ -19,10 +19,10 @@ MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/elm2.4.ME+.32 MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \ frm.1 listalias.1 messages.1 newalias.1 newmail.1 \ - printmail.1 readmsg.1 + printmail.1 readmsg.1 wnewmail.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 + printmail.0 readmsg.0 wnewmail.0 HAS_CONFIGURE= Yes CONFIGURE_SCRIPT= Configure |