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 /textproc/coco | |
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 'textproc/coco')
-rw-r--r-- | textproc/coco/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index 942146a025b7..406103d44a3f 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/Makefile @@ -3,11 +3,11 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.22 1995/09/15 01:41:22 asami Exp $ +# $Id: Makefile,v 1.23 1996/08/16 09:43:31 asami Exp $ # DISTNAME= mule-2.3 -CATEGORIES+= editors +CATEGORIES= editors MASTER_SITES= ftp://ftp.cs.buffalo.edu/pub/mule/ \ ftp://etlport.etl.go.jp/pub/mule/ \ ftp://sh.wide.ad.jp/JAPAN/mule/ \ |