diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 05:07:53 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 05:07:53 +0000 |
commit | 4b2988d9d2072f1a21fefee4f6ab51667fb486dc (patch) | |
tree | 0a9d451a44bd2eca33cebcaec679127f05737939 /editors/emacs20 | |
parent | CATEGORIES+= --> CATEGORIES= (diff) |
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index e399ba08a2d8..eae58157eb1b 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -3,11 +3,11 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.21 1996/10/18 08:56:31 max Exp $ +# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $ # DISTNAME= emacs-19.34 -CATEGORIES+= editors +CATEGORIES= editors MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ GNU_CONFIGURE= yes |