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/axe/Makefile | |
parent | CATEGORIES+= --> CATEGORIES= (diff) |
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
Diffstat (limited to '')
-rw-r--r-- | editors/axe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/axe/Makefile b/editors/axe/Makefile index 92fc6f39240d..ba446f552bbb 100644 --- a/editors/axe/Makefile +++ b/editors/axe/Makefile @@ -3,11 +3,11 @@ # Date created: 28 December 1994 # Whom: jc@irbs.com John Capo # -# $Id: Makefile,v 1.2 1995/04/01 12:44:44 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/09 06:11:04 asami Exp $ # DISTNAME= aXe-6.1.2 -CATEGORIES+= editors +CATEGORIES= editors MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/editors/ EXTRACT_SUFX= .tar.Z |