diff options
author | danfe <danfe@FreeBSD.org> | 2014-12-08 00:21:36 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-12-08 00:21:36 +0800 |
commit | a8e136abbb5e45c062b075c17563fc703665fe77 (patch) | |
tree | 0b224036ebbb22e3e26225b571f9a90d0906b681 /editors/Makefile | |
parent | 628a405cfbd0b1b9a2a3b38d9b7d83820ceddebe (diff) | |
download | freebsd-ports-gnome-a8e136abbb5e45c062b075c17563fc703665fe77.tar.gz freebsd-ports-gnome-a8e136abbb5e45c062b075c17563fc703665fe77.tar.zst freebsd-ports-gnome-a8e136abbb5e45c062b075c17563fc703665fe77.zip |
Sort entries alphabetically across all categories to avoid extra repo churn.
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/Makefile b/editors/Makefile index a0884940814b..d65bc6a4c066 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -232,6 +232,8 @@ SUBDIR += ssam SUBDIR += ssed SUBDIR += sted + SUBDIR += sublime + SUBDIR += sublime3 SUBDIR += tamago SUBDIR += tea SUBDIR += teco @@ -266,7 +268,5 @@ SUBDIR += zile SUBDIR += zim SUBDIR += zoinks - SUBDIR += sublime - SUBDIR += sublime3 .include <bsd.port.subdir.mk> |