diff options
author | asami <asami@FreeBSD.org> | 1998-12-07 10:22:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-07 10:22:12 +0800 |
commit | 0bc002b11a30d1e63a4c8cb7e15068f1321fa9e4 (patch) | |
tree | 8ce63b0108d7362a1665a41120f391d5bef2e6fe /misc | |
parent | ff94a8b4442b2c5cf0c2b328abaf837ba041b56e (diff) | |
download | freebsd-ports-gnome-0bc002b11a30d1e63a4c8cb7e15068f1321fa9e4.tar.gz freebsd-ports-gnome-0bc002b11a30d1e63a4c8cb7e15068f1321fa9e4.tar.zst freebsd-ports-gnome-0bc002b11a30d1e63a4c8cb7e15068f1321fa9e4.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.)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index 6e83531f797c..5bc798a5e232 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.175 1998/11/24 04:47:10 itojun Exp $ +# $Id: Makefile,v 1.176 1998/12/02 20:08:56 billf Exp $ # SUBDIR += acron @@ -72,8 +72,8 @@ SUBDIR += xgas SUBDIR += xless SUBDIR += xpns - SUBDIR += xtar SUBDIR += xquote + SUBDIR += xtar SUBDIR += ytree .include <bsd.port.subdir.mk> |