summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2024-11-08 13:31:13 +0100
committerRobert Clausecker <fuz@FreeBSD.org>2024-11-08 13:36:00 +0100
commit77d61ade3f99bb10f17f2c7c41e36b045117e6bb (patch)
tree7332e808237ec0c65d5d29c98653d5c17e9a8a76
parentmath/libxlsxwriter: update to 1.1.9 (diff)
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
-rw-r--r--Mk/Scripts/desktop-categories.sh4
1 files 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" ;;