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/uemacs | |
parent | ad744288184799669b3c6ed466204cf2079b8596 (diff) |
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
Notes
Notes:
svn path=/head/; revision=4383
Diffstat (limited to 'editors/uemacs')
-rw-r--r-- | editors/uemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index fd7046c18a98..9594158548ae 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -3,12 +3,12 @@ # Date created: 16 Jan 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.7 1996/06/26 22:02:08 gpalmer Exp $ +# $Id: Makefile,v 1.8 1996/06/26 22:25:32 gpalmer Exp $ # DISTNAME= uemacs PKGNAME= uemacs-3.12 -CATEGORIES+= editors +CATEGORIES= editors MASTER_SITES= ftp://midas.mgmt.purdue.edu/dist/uemacs312/ DISTFILES= ue312dev.zip |