diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 22:30:52 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-25 23:57:04 +0800 |
commit | 70b81836d936aa2ade6db83a23f5500b339a4da2 (patch) | |
tree | e56b87fd4fbb64eebd8134b133e49e413254649f /editors/Makefile | |
parent | b0b552c020ec5ca452c2e694d41259eaef64b31a (diff) | |
download | freebsd-ports-70b81836d936aa2ade6db83a23f5500b339a4da2.zip |
*/Makefile: Sort SUBDIRs
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 6e46476997a8..1c05ff426891 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -190,8 +190,8 @@ SUBDIR += libreoffice6 SUBDIR += linux-bcompare SUBDIR += linux-sublime - SUBDIR += linux-sublime3 SUBDIR += linux-sublime-text4 + SUBDIR += linux-sublime3 SUBDIR += linux-wps-office SUBDIR += madedit SUBDIR += marker |