mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -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" ;;
|
||||
|
||||
Reference in New Issue
Block a user