mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04: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:
parent
c595f9774b
commit
77d61ade3f
1 changed files with 2 additions and 2 deletions
|
@ -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" ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue