From 77d61ade3f99bb10f17f2c7c41e36b045117e6bb Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Fri, 8 Nov 2024 13:31:13 +0100 Subject: [PATCH] Mk/Scripts/desktop-categories.sh: fix whitespace issue, alphabetize A copy paste error from when the patch set was reworked to name the category "filesystems" instead of "fs." Reported by: danfe Fixes: 6e2da9672f79f44048d597f0f61e4646cdeade9d Pull Request: https://github.com/freebsd/freebsd-ports/pull/302 PR: 281988 --- Mk/Scripts/desktop-categories.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/Scripts/desktop-categories.sh b/Mk/Scripts/desktop-categories.sh index 64478234e70a..8f7bfed8bede 100644 --- a/Mk/Scripts/desktop-categories.sh +++ b/Mk/Scripts/desktop-categories.sh @@ -31,12 +31,12 @@ for native_category in ${dp_CATEGORIES}; do deskutils) c="Utility" ;; devel) c="Development" ;; dns) c="Network" ;; - elisp) c="Development" ;; editors) c="Utility" ;; education) c="Education" ;; + elisp) c="Development" ;; emulators) c="System Emulator" ;; + filesystems) c="System Filesystem" ;; finance) c="Office Finance" ;; - filesystems) c="System Filesystem" ;; ftp) c="Network FileTransfer" ;; games) c="Game" ;; geography) c="Education Science Geography" ;;