diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-20 04:03:03 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-20 04:03:03 +0800 |
commit | 54fcaa0f59591a8446bbdf1c147d7d1c66d26474 (patch) | |
tree | d14e08254d1afd772dc24dd48ef731c2ea550c2d /lang/Makefile | |
parent | da9a5bef9cbd5f95e0fd91b72fbebb9254bd7546 (diff) | |
download | freebsd-ports-gnome-54fcaa0f59591a8446bbdf1c147d7d1c66d26474.tar.gz freebsd-ports-gnome-54fcaa0f59591a8446bbdf1c147d7d1c66d26474.tar.zst freebsd-ports-gnome-54fcaa0f59591a8446bbdf1c147d7d1c66d26474.zip |
Sort SUBDIRs
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 864c27906298..7aea70c27fa7 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -184,10 +184,10 @@ SUBDIR += mlton SUBDIR += mmix SUBDIR += mono + SUBDIR += mono-basic SUBDIR += mono5.10 SUBDIR += mono5.20 SUBDIR += mono6.8 - SUBDIR += mono-basic SUBDIR += mosh SUBDIR += mosml SUBDIR += mtasc |