diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-22 01:17:24 +0000 | 
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-22 01:17:24 +0000 | 
| commit | e80b7f554309377c7d3e205b47d5aba01f987fa7 (patch) | |
| tree | a93863552de48de99e3dca7ffe43ee832fc8f1bf | |
| parent | Fix MASTER_SITES so that there are 2 good sites. (diff) | |
Move ``dict'' from the "net" to the "textproc" category.
Notes
Notes:
    svn path=/head/; revision=17333
| -rw-r--r-- | net/Makefile | 3 | ||||
| -rw-r--r-- | textproc/Makefile | 3 | ||||
| -rw-r--r-- | textproc/dict/Makefile | 4 | 
3 files changed, 5 insertions, 5 deletions
diff --git a/net/Makefile b/net/Makefile index 7a1056d18e99..ffda6d053539 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.232 1999/03/17 08:31:20 nectar Exp $ +# $Id: Makefile,v 1.233 1999/03/19 22:25:55 asami Exp $  #      SUBDIR += SSLtelnet @@ -40,7 +40,6 @@      SUBDIR += dgd      SUBDIR += dgd-lpmud      SUBDIR += dgd-net -    SUBDIR += dict      SUBDIR += dip      SUBDIR += dlint      SUBDIR += dnswalk 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/  | 
