diff options
author | ats <ats@FreeBSD.org> | 1994-12-25 12:34:20 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-12-25 12:34:20 +0000 |
commit | 8dc25e05ee34b73000b243579481ad7dde296910 (patch) | |
tree | e1622ec8dbcac338656bd98fabe30f1ba1c74ec6 /editors | |
parent | ec91d49b38b0d11a802f35acf36afe55a8c5c2d7 (diff) | |
download | FreeBSD-ports-8dc25e05ee34b73000b243579481ad7dde296910.zip FreeBSD-ports-8dc25e05ee34b73000b243579481ad7dde296910.tar.gz |
Put the names into alphabetical order. Make it much simpler for checking
missing names.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/Makefile b/editors/Makefile index 1d66003..2c2de3f 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.4 1994/09/30 00:55:47 jkh Exp $ +# $Id: Makefile,v 1.5 1994/11/23 00:04:04 asami Exp $ # -SUBDIR= jove emacs mule xemacs +SUBDIR= emacs jove mule xemacs .include <bsd.port.subdir.mk> |