diff options
author | obrien <obrien@FreeBSD.org> | 1999-03-22 09:17:24 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-03-22 09:17:24 +0800 |
commit | d99514869b12efb839baaaf5c854009941020b9e (patch) | |
tree | 0f76ab7053e0235261aa18e77fd37c1a966c49f0 /textproc | |
parent | f7ef3c64f638f4d25a8ea7cb0289c5969e0aeadf (diff) | |
download | freebsd-ports-gnome-d99514869b12efb839baaaf5c854009941020b9e.tar.gz freebsd-ports-gnome-d99514869b12efb839baaaf5c854009941020b9e.tar.zst freebsd-ports-gnome-d99514869b12efb839baaaf5c854009941020b9e.zip |
Move ``dict'' from the "net" to the "textproc" category.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/dict/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5808767f0375..93e46dd12161 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.42 1999/02/20 19:55:21 billf Exp $ +# $Id: Makefile,v 1.43 1999/02/22 22:34:23 billf Exp $ # SUBDIR += agrep SUBDIR += aspell SUBDIR += c2html SUBDIR += catdoc + SUBDIR += dict SUBDIR += docbook SUBDIR += docproj SUBDIR += dsssl-docbook-modular diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 3fa839bf2092..0905700f3027 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/ |