diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-10 21:25:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-10 21:25:49 +0000 |
commit | ef7b5092ba697f104cf615f72b7f21720b30ea4c (patch) | |
tree | 43528cd70ab26576990c824e74cd439836a70fed /mail/Makefile | |
parent | cf3a0f63739b9003c47d11ac718ec72c4514d3f0 (diff) | |
download | ports-ef7b5092ba697f104cf615f72b7f21720b30ea4c.tar.gz ports-ef7b5092ba697f104cf615f72b7f21720b30ea4c.zip |
Sort SUBDIRs
Notes
Notes:
svn path=/head/; revision=557461
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 3eb7297328d5..f70bc2252dea 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -492,9 +492,9 @@ SUBDIR += py-alot SUBDIR += py-authheaders SUBDIR += py-authres + SUBDIR += py-django-mailman3 SUBDIR += py-dkimpy SUBDIR += py-email-validator - SUBDIR += py-django-mailman3 SUBDIR += py-email_reply_parser SUBDIR += py-flask-mail SUBDIR += py-flufl.bounce |