diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-12-25 12:34:20 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-12-25 12:34:20 +0000 |
commit | 8abca2d812de28ac7798568ad5bc272056c56109 (patch) | |
tree | b2cba5d6376e2919e0841926e9226bf930b07343 | |
parent | 2d42b54e4de42feb4ca1433842346ee575dfb786 (diff) | |
download | freebsd-ports-8abca2d812de28ac7798568ad5bc272056c56109.zip |
Put the names into alphabetical order. Make it much simpler for checking
missing names.
-rw-r--r-- | editors/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/Makefile b/editors/Makefile index 1d66003b82e2..2c2de3f27a1c 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> |