diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
commit | f895e15bb90e64f627a3b240931a490c02189db3 (patch) | |
tree | 5922622805f6c57a7c7c84cb4052390c0dc0ee45 /mail | |
parent | 940e7183817e88f872b9834cf21a9ab629edc223 (diff) | |
download | pkgsrc-f895e15bb90e64f627a3b240931a490c02189db3.tar.gz |
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/mail/Makefile b/mail/Makefile index 24e97358dd4..1941ef7345b 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,12 +1,11 @@ - $NetBSD: Makefile,v 1.39 2000/02/13 00:16:23 tron Exp $ + $NetBSD: Makefile,v 1.40 2000/02/25 01:04:14 wiz Exp $ # FreeBSD Id: Makefile,v 1.45 1997/08/13 18:35:22 andreas Exp # SUBDIR += balsa -# SUBDIR += bulk_mailer SUBDIR += coolmail SUBDIR += cucipop -# SUBDIR += cyrus +# SUBDIR += cyrus # incomplete package SUBDIR += distribute SUBDIR += elm SUBDIR += exim @@ -19,41 +18,26 @@ SUBDIR += imap-uw SUBDIR += mailagent SUBDIR += mailwrapper -# SUBDIR += majorcool SUBDIR += majordomo SUBDIR += metamail -# SUBDIR += mew -# SUBDIR += mh SUBDIR += mhonarc SUBDIR += mush SUBDIR += mutt SUBDIR += nmh SUBDIR += p5-MIME-tools -# SUBDIR += p5-Mail-Folder SUBDIR += p5-Mail-IMAPClient -# SUBDIR += p5-Mail-POP3Client -# SUBDIR += p5-Mail-Tools - SUBDIR += p5-MailTools -# SUBDIR += pgpsendmail + SUBDIR += p5-MailTools SUBDIR += pine -# SUBDIR += popclient -# SUBDIR += poppassd -# SUBDIR += popper SUBDIR += postfix -# SUBDIR += premail SUBDIR += procmail SUBDIR += qpopper SUBDIR += rblcheck SUBDIR += sendmail SUBDIR += sendmail88 -# SUBDIR += smail SUBDIR += smtpfeed SUBDIR += spruce SUBDIR += wmmail -# SUBDIR += xfaces SUBDIR += xfmail -# SUBDIR += xlbiff SUBDIR += xmailbox -# SUBDIR += youbin .include "../mk/bsd.pkg.subdir.mk" |