diff options
author | agc <agc@pkgsrc.org> | 1998-06-18 15:25:24 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-18 15:25:24 +0000 |
commit | b0ae9f3a282fc15fb6731cd37aa07af702b53874 (patch) | |
tree | efc72a07839c6f8a7c7b9983b8a3274a0da15516 /mail/elm | |
parent | 542918d85498ce24db0e33cd806340d3f8b82bc6 (diff) | |
download | pkgsrc-b0ae9f3a282fc15fb6731cd37aa07af702b53874.tar.gz |
Remove MAN<sect> and CAT<sect> definitions from package Makefiles - these
are unnecessary with automatic manual page handling.
Diffstat (limited to 'mail/elm')
-rw-r--r-- | mail/elm/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 829abc40685..e55ce53725d 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/20 11:56:25 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/06/18 15:25:24 agc Exp $ # FreeBSD: Makefile,v 1.42 1997/12/24 01:21:07 alex Exp # @@ -11,12 +11,6 @@ MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \ MAINTAINER= packages@netbsd.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 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 wnewmail.0 HAS_CONFIGURE= Yes CONFIGURE_SCRIPT= Configure |