diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-12-07 16:21:36 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-12-07 16:21:36 +0000 |
commit | 9d29351fc192656a89894975181095229a4264bf (patch) | |
tree | 0b224036ebbb22e3e26225b571f9a90d0906b681 /mail/Makefile | |
parent | 8a80f53a2ff0751119d364de0c958048f95ee216 (diff) |
Sort entries alphabetically across all categories to avoid extra repo churn.
Notes
Notes:
svn path=/head/; revision=374216
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 1ebdd8215eed..7d7476b5b54b 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -402,8 +402,8 @@ SUBDIR += p5-Net-SMTP-Server SUBDIR += p5-Net-SMTP-TLS SUBDIR += p5-Net-SMTP-TLS-ButMaintained - SUBDIR += p5-Net-SMTP_auth SUBDIR += p5-Net-SMTPS + SUBDIR += p5-Net-SMTP_auth SUBDIR += p5-Net-SenderBase SUBDIR += p5-Net-Server-Mail SUBDIR += p5-POE-Component-Client-POP3 |