diff options
author | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
commit | 9b3e4cb13729c47be0bf5e876036256b4f987e32 (patch) | |
tree | 93e776c22feddb53127ca24e4742b48902ced5bc /mail | |
parent | 2e99accb2bbee84c3f01536879ae54bd8a6e604f (diff) | |
download | pkgsrc-9b3e4cb13729c47be0bf5e876036256b4f987e32.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 110 |
1 files changed, 56 insertions, 54 deletions
diff --git a/mail/Makefile b/mail/Makefile index 8c7bfb7b822..7cb0b06435e 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,58 +1,60 @@ -# $NetBSD: Makefile,v 1.64 2001/02/12 18:36:16 tron Exp $ +# $NetBSD: Makefile,v 1.65 2001/02/16 15:51:51 wiz Exp $ # - SUBDIR += balsa - SUBDIR += bulk_mailer - SUBDIR += coolmail - SUBDIR += cucipop - SUBDIR += cyrus-imapd - SUBDIR += distribute - SUBDIR += drac - SUBDIR += elm - SUBDIR += etach - SUBDIR += exim - SUBDIR += exmh - SUBDIR += faces - SUBDIR += fetchmail - SUBDIR += fetchmailconf - SUBDIR += fromto - SUBDIR += grepmail - SUBDIR += imap-uw - SUBDIR += imap-uw-utils - SUBDIR += imp - SUBDIR += mailagent - SUBDIR += maildrop - SUBDIR += mailwrapper - SUBDIR += majordomo - SUBDIR += metamail - SUBDIR += mew - SUBDIR += mhonarc - SUBDIR += mush - SUBDIR += mutt - SUBDIR += mutt-unstable - SUBDIR += nmh - SUBDIR += p5-IMAP-Admin - SUBDIR += p5-MIME-tools - SUBDIR += p5-Mail-IMAPClient - SUBDIR += p5-MailTools - SUBDIR += pine - SUBDIR += popa3d - SUBDIR += postfix - SUBDIR += postfix-current - SUBDIR += procmail - SUBDIR += qpopper - SUBDIR += rblcheck - SUBDIR += sendmail - SUBDIR += sendmail88 - SUBDIR += smtpfeed - SUBDIR += spruce - SUBDIR += squirrelmail - SUBDIR += sylpheed - SUBDIR += tnef - SUBDIR += vm - SUBDIR += wmmail - SUBDIR += xbuffy - SUBDIR += xfmail - SUBDIR += xmailbox +COMMENT= Electronic mail utilities + +SUBDIR+= balsa +SUBDIR+= bulk_mailer +SUBDIR+= coolmail +SUBDIR+= cucipop +SUBDIR+= cyrus-imapd +SUBDIR+= distribute +SUBDIR+= drac +SUBDIR+= elm +SUBDIR+= etach +SUBDIR+= exim +SUBDIR+= exmh +SUBDIR+= faces +SUBDIR+= fetchmail +SUBDIR+= fetchmailconf +SUBDIR+= fromto +SUBDIR+= grepmail +SUBDIR+= imap-uw +SUBDIR+= imap-uw-utils +SUBDIR+= imp +SUBDIR+= mailagent +SUBDIR+= maildrop +SUBDIR+= mailwrapper +SUBDIR+= majordomo +SUBDIR+= metamail +SUBDIR+= mew +SUBDIR+= mhonarc +SUBDIR+= mush +SUBDIR+= mutt +SUBDIR+= mutt-unstable +SUBDIR+= nmh +SUBDIR+= p5-IMAP-Admin +SUBDIR+= p5-MIME-tools +SUBDIR+= p5-Mail-IMAPClient +SUBDIR+= p5-MailTools +SUBDIR+= pine +SUBDIR+= popa3d +SUBDIR+= postfix +SUBDIR+= postfix-current +SUBDIR+= procmail +SUBDIR+= qpopper +SUBDIR+= rblcheck +SUBDIR+= sendmail +SUBDIR+= sendmail88 +SUBDIR+= smtpfeed +SUBDIR+= spruce +SUBDIR+= squirrelmail +SUBDIR+= sylpheed +SUBDIR+= tnef +SUBDIR+= vm +SUBDIR+= wmmail +SUBDIR+= xbuffy +SUBDIR+= xfmail +SUBDIR+= xmailbox .include "../mk/bsd.pkg.subdir.mk" |