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 /devel/Makefile | |
parent | Sort entries. In particular, "large", "medium", "small" sort in this order, (diff) |
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 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index f7370b810c7b..0e9a233b3d74 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.142 1998/11/19 07:05:52 flathill Exp $ +# $Id: Makefile,v 1.143 1998/11/21 17:55:39 steve Exp $ # SUBDIR += ElectricFence @@ -43,8 +43,8 @@ SUBDIR += id-utils SUBDIR += ilu SUBDIR += jam - SUBDIR += libU77 SUBDIR += lclint + SUBDIR += libU77 SUBDIR += libdlmalloc SUBDIR += libffi SUBDIR += libgtop |