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:		6e2da9672f
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/302
PR:		281988
This commit is contained in:
Robert Clausecker 2024-11-08 13:31:13 +01:00
parent c595f9774b
commit 77d61ade3f

View file

@ -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" ;;