diff options
author | asami <asami@FreeBSD.org> | 1998-12-07 02:22:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-07 02:22:12 +0000 |
commit | 0bc002b11a30d1e63a4c8cb7e15068f1321fa9e4 (patch) | |
tree | 8ce63b0108d7362a1665a41120f391d5bef2e6fe /shells | |
parent | ff94a8b4442b2c5cf0c2b328abaf837ba041b56e (diff) | |
download | FreeBSD-ports-0bc002b11a30d1e63a4c8cb7e15068f1321fa9e4.zip FreeBSD-ports-0bc002b11a30d1e63a4c8cb7e15068f1321fa9e4.tar.gz |
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.)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile index fd0403e..4350d48 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.13 1997/01/03 00:40:55 max Exp $ +# $Id: Makefile,v 1.14 1998/06/25 22:26:26 asami Exp $ # SUBDIR += bash1 SUBDIR += bash2 SUBDIR += es - SUBDIR += scsh SUBDIR += pdksh + SUBDIR += scsh SUBDIR += tcsh SUBDIR += zsh |