diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 23:24:19 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-27 23:24:19 +0800 |
commit | e103a3beb7146f26d59f631c1f960bd1acaeea8f (patch) | |
tree | 24c5ec6c9e4e3cd076c28ad88370109803b36dc5 | |
parent | aad12a455dff270e852ead048bc52d7089690830 (diff) | |
download | freebsd-ports-e103a3beb7146f26d59f631c1f960bd1acaeea8f.zip |
*/Makefile: Sort SUBDIRs
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | mail/Makefile | 2 | ||||
-rw-r--r-- | math/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8c9e02f04527..27bde59118bd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5483,12 +5483,12 @@ SUBDIR += py-shellingham SUBDIR += py-shtab SUBDIR += py-signalr-client-aio + SUBDIR += py-simple-term-menu SUBDIR += py-simpleeval SUBDIR += py-simplegeneric SUBDIR += py-simplejson SUBDIR += py-simpleparse SUBDIR += py-simpletal - SUBDIR += py-simple-term-menu SUBDIR += py-simpy SUBDIR += py-single-version SUBDIR += py-sip diff --git a/mail/Makefile b/mail/Makefile index 5b12a1106382..41607632f845 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -86,8 +86,8 @@ SUBDIR += cyrus-imapd36 SUBDIR += cyrus2courier SUBDIR += cyrus2dovecot - SUBDIR += davmail SUBDIR += datovka + SUBDIR += davmail SUBDIR += dbmail SUBDIR += dcc-dccd SUBDIR += deforaos-mailer diff --git a/math/Makefile b/math/Makefile index 83248c868b42..459c704d2afa 100644 --- a/math/Makefile +++ b/math/Makefile @@ -611,8 +611,8 @@ SUBDIR += octave-forge-optiminterp SUBDIR += octave-forge-outliers SUBDIR += octave-forge-parallel - SUBDIR += octave-forge-pkg-octave-doc SUBDIR += octave-forge-pde1dm + SUBDIR += octave-forge-pkg-octave-doc SUBDIR += octave-forge-plot SUBDIR += octave-forge-ponchon-savarit SUBDIR += octave-forge-psychrometrics |