diff options
author | asami <asami@FreeBSD.org> | 1998-12-07 02:13:28 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-07 02:13:28 +0000 |
commit | ff94a8b4442b2c5cf0c2b328abaf837ba041b56e (patch) | |
tree | ccf4f433ff94b6817116fa6fae8552f90de6e947 /audio/Makefile | |
parent | aa814aa62e84f36913fdcd2888080f1773330397 (diff) | |
download | FreeBSD-ports-ff94a8b4442b2c5cf0c2b328abaf837ba041b56e.zip FreeBSD-ports-ff94a8b4442b2c5cf0c2b328abaf837ba041b56e.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 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index 9ccca90..45a6231 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.56 1998/12/01 22:37:08 sada Exp $ +# $Id: Makefile,v 1.57 1998/12/05 10:03:21 flathill Exp $ # SUBDIR += 8hz-mp3 @@ -26,8 +26,8 @@ SUBDIR += play SUBDIR += playmidi SUBDIR += radio - SUBDIR += rosegarden SUBDIR += replay + SUBDIR += rosegarden SUBDIR += rplay SUBDIR += rsynth SUBDIR += s3mod |