diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-11 13:07:53 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-11 13:07:53 +0800 |
commit | 0f779dd5ac9ca378b7206e2b0a8aef633181e614 (patch) | |
tree | d824b9d9efe079fe16f1556ab2463da02e559d88 /editors/xed | |
parent | 74fc2116970f8ec186a82750e4e221223f4cd2fd (diff) | |
download | freebsd-ports-gnome-0f779dd5ac9ca378b7206e2b0a8aef633181e614.tar.gz freebsd-ports-gnome-0f779dd5ac9ca378b7206e2b0a8aef633181e614.tar.zst freebsd-ports-gnome-0f779dd5ac9ca378b7206e2b0a8aef633181e614.zip |
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
Diffstat (limited to 'editors/xed')
-rw-r--r-- | editors/xed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xed/Makefile b/editors/xed/Makefile index 5b9219022bea..bf06c8014732 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -3,12 +3,12 @@ # Date created: 28 Jul 1996 # Whom: shanee # -# $Id: Makefile,v 1.2 1996/07/30 00:10:31 chuckr Exp $ +# $Id: Makefile,v 1.3 1996/07/30 00:29:12 chuckr Exp $ # DISTNAME= xed1.3 PKGNAME= xed-1.3 -CATEGORIES+= editors x11 +CATEGORIES= editors x11 MASTER_SITES= ftp://ftp.x.org/contrib/editors/ EXTRACT_SUFX= .tar.Z |