mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -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" ;;
|
deskutils) c="Utility" ;;
|
||||||
devel) c="Development" ;;
|
devel) c="Development" ;;
|
||||||
dns) c="Network" ;;
|
dns) c="Network" ;;
|
||||||
elisp) c="Development" ;;
|
|
||||||
editors) c="Utility" ;;
|
editors) c="Utility" ;;
|
||||||
education) c="Education" ;;
|
education) c="Education" ;;
|
||||||
|
elisp) c="Development" ;;
|
||||||
emulators) c="System Emulator" ;;
|
emulators) c="System Emulator" ;;
|
||||||
finance) c="Office Finance" ;;
|
|
||||||
filesystems) c="System Filesystem" ;;
|
filesystems) c="System Filesystem" ;;
|
||||||
|
finance) c="Office Finance" ;;
|
||||||
ftp) c="Network FileTransfer" ;;
|
ftp) c="Network FileTransfer" ;;
|
||||||
games) c="Game" ;;
|
games) c="Game" ;;
|
||||||
geography) c="Education Science Geography" ;;
|
geography) c="Education Science Geography" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue