diff options
author | obrien <obrien@FreeBSD.org> | 1999-03-22 01:17:24 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-03-22 01:17:24 +0000 |
commit | d99514869b12efb839baaaf5c854009941020b9e (patch) | |
tree | 0f76ab7053e0235261aa18e77fd37c1a966c49f0 /textproc/dict | |
parent | f7ef3c64f638f4d25a8ea7cb0289c5969e0aeadf (diff) | |
download | FreeBSD-ports-d99514869b12efb839baaaf5c854009941020b9e.zip FreeBSD-ports-d99514869b12efb839baaaf5c854009941020b9e.tar.gz |
Move ``dict'' from the "net" to the "textproc" category.
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 3fa839b..0905700 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.3 1998/10/10 04:15:51 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/23 19:33:25 obrien Exp $ # DISTNAME= dictd-1.4.9 PKGNAME= dict-1.4.9 -CATEGORIES= net textproc +CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ ftp://ftp.dict.org/pub/dict/ |