diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-24 03:33:25 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-24 03:33:25 +0800 |
commit | 755b404a1e03d62eed8996075e3851ed2be645b9 (patch) | |
tree | 97a0c0aab85e981e597f63f99602cbcb87551e39 /textproc/dict | |
parent | 65bb616ad11671e9bf001001980bca40b7d89a29 (diff) | |
download | freebsd-ports-gnome-755b404a1e03d62eed8996075e3851ed2be645b9.tar.gz freebsd-ports-gnome-755b404a1e03d62eed8996075e3851ed2be645b9.tar.zst freebsd-ports-gnome-755b404a1e03d62eed8996075e3851ed2be645b9.zip |
Add "textproc" as a category.
Actually, can this thing be moved to `textproc' to live with `ispell'?
Having a distributed electronic dictionary in "net" is stupid. This port is
virtually ispell with /usr/share/dict/words over the network. Otherwise I vote
to move `xmcd' to `net' since it gets its CD database over the network.
Diffstat (limited to 'textproc/dict')
-rw-r--r-- | textproc/dict/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index f95e4d9f802c..3fa839bf2092 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -3,12 +3,12 @@ # Date created: 19 February 1998 # Whom: Josh Gilliam <josh@quick.net> # -# $Id: Makefile,v 1.2 1998/03/10 09:18:42 tg Exp $ +# $Id: Makefile,v 1.3 1998/10/10 04:15:51 steve Exp $ # DISTNAME= dictd-1.4.9 PKGNAME= dict-1.4.9 -CATEGORIES= net +CATEGORIES= net textproc MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ ftp://ftp.dict.org/pub/dict/ |