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/jove/Makefile | |
parent | CATEGORIES+= --> CATEGORIES= (diff) |
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
Diffstat (limited to 'editors/jove/Makefile')
-rw-r--r-- | editors/jove/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index daf7cd890acd..22d9f23f9967 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -3,11 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.12 1996/09/24 13:41:07 erich Exp $ +# $Id: Makefile,v 1.13 1996/09/25 12:58:53 erich Exp $ # DISTNAME= jove-4.16 -CATEGORIES+= editors +CATEGORIES= editors MASTER_SITES= ftp://relay.cs.toronto.edu/pub/moraes/jove/ MAINTAINER= erich@FreeBSD.ORG |