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 | |
parent | da9a5bef9cbd5f95e0fd91b72fbebb9254bd7546 (diff) | |
download | freebsd-ports-gnome-54fcaa0f59591a8446bbdf1c147d7d1c66d26474.tar.gz freebsd-ports-gnome-54fcaa0f59591a8446bbdf1c147d7d1c66d26474.tar.zst freebsd-ports-gnome-54fcaa0f59591a8446bbdf1c147d7d1c66d26474.zip |
Sort SUBDIRs
-rw-r--r-- | lang/Makefile | 2 | ||||
-rw-r--r-- | sysutils/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/sysutils/Makefile b/sysutils/Makefile index 97920246243c..3b8e2a6acdd8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1402,11 +1402,11 @@ SUBDIR += u-boot-rockpro64 SUBDIR += u-boot-rpi SUBDIR += u-boot-rpi-0-w + SUBDIR += u-boot-rpi-arm64 SUBDIR += u-boot-rpi2 SUBDIR += u-boot-rpi3 SUBDIR += u-boot-rpi3-32 SUBDIR += u-boot-rpi4 - SUBDIR += u-boot-rpi-arm64 SUBDIR += u-boot-sifive-fu540 SUBDIR += u-boot-sinovoip-bpi-m3 SUBDIR += u-boot-sopine |