diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-23 19:33:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-23 19:33:25 +0000 |
commit | 7067e0581517d37c5d52e9a7a91d3a3cae441129 (patch) | |
tree | df5f07c1089417838c9e29e99fa67d9638ff5cf8 /textproc | |
parent | 0e2c7f40627fd53cb65cc7b7a576ffecd2104190 (diff) | |
download | ports-7067e0581517d37c5d52e9a7a91d3a3cae441129.tar.gz ports-7067e0581517d37c5d52e9a7a91d3a3cae441129.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.
Notes
Notes:
svn path=/head/; revision=15542
Diffstat (limited to 'textproc')
-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/ |