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 /net | |
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 'net')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 4f30b22..4614d88 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.202 1998/12/03 11:04:52 kuriyama Exp $ +# $Id: Makefile,v 1.203 1998/12/04 08:14:56 jkoshy Exp $ # SUBDIR += SSLtelnet @@ -59,8 +59,8 @@ SUBDIR += icmpinfo SUBDIR += irc SUBDIR += ircII - SUBDIR += ircii-epic SUBDIR += ircd-hybrid-5 + SUBDIR += ircii-epic SUBDIR += isc-dhcp SUBDIR += isc-dhcp2 SUBDIR += ivs |