diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-07 02:22:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-07 02:22:12 +0000 |
commit | 75e0c6c35eacb9e40e7e3ae360d6d87889dcf3b9 (patch) | |
tree | 2c55026a415317607f9c4658a1b912eb45d2b708 /games/Makefile | |
parent | 72c0365942c4059acf816877c82cfd0b40374f56 (diff) | |
download | ports-75e0c6c35eacb9e40e7e3ae360d6d87889dcf3b9.tar.gz ports-75e0c6c35eacb9e40e7e3ae360d6d87889dcf3b9.zip |
Sort entries. In particular, "large", "medium", "small" sort in this order,
dispite their meanings. (Sometimes we're too smart for computers. :)
Found by: sorting ports/INDEX by "sort -t '|' +1 -2"
(Note: the whole "x11" category appears at the end with the above sort
command, but I'll leave that the way it is for now -- "ls" shows it
before other x11-* entries.)
Notes
Notes:
svn path=/head/; revision=15163
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/Makefile b/games/Makefile index 5346cb703448..f24ca9bd0114 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.170 1998/11/24 09:15:53 flathill Exp $ +# $Id: Makefile,v 1.171 1998/12/05 17:12:40 flathill Exp $ # SUBDIR += 3dc @@ -16,21 +16,21 @@ SUBDIR += block SUBDIR += blue SUBDIR += bogged - SUBDIR += bugsx SUBDIR += bs + SUBDIR += bugsx SUBDIR += cgoban SUBDIR += connect4 SUBDIR += cosmo SUBDIR += crafty - SUBDIR += crafty-open-small - SUBDIR += crafty-open-medium SUBDIR += crafty-open-large + SUBDIR += crafty-open-medium + SUBDIR += crafty-open-small SUBDIR += crossfire SUBDIR += dontspace SUBDIR += doom SUBDIR += empire - SUBDIR += flying SUBDIR += fkiss + SUBDIR += flying SUBDIR += freeciv SUBDIR += frotz SUBDIR += galaxis @@ -131,8 +131,8 @@ SUBDIR += xmulti SUBDIR += xneko SUBDIR += xnibbles - SUBDIR += xoids SUBDIR += xoct + SUBDIR += xoids SUBDIR += xonix SUBDIR += xothello SUBDIR += xpacman |