diff options
author | asami <asami@FreeBSD.org> | 1995-11-26 10:48:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-26 10:48:46 +0000 |
commit | 3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5 (patch) | |
tree | 894abee342189fe87e465e35996ad3d78c6f9903 /textproc | |
parent | 914906c0488bded95eb42d72b4a677f0b13f1a3b (diff) | |
download | FreeBSD-ports-3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5.zip FreeBSD-ports-3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5.tar.gz |
Change "utilities" category to "misc" in preparation for move to misc.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 4 | ||||
-rw-r--r-- | textproc/rman/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 5c9f90c..e1979a5 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -3,12 +3,12 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.10 1995/09/23 20:48:02 jmz Exp $ +# $Id: Makefile,v 1.11 1995/11/22 21:10:19 jmz Exp $ # DISTNAME= ispell-3.1 PKGNAME= ispell-3.1.20 -CATEGORIES+= utilities +CATEGORIES+= misc MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ DISTFILES= ispell-3.1.20.tar.gz diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index bd7922d..5c071d4 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -3,11 +3,11 @@ # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.4 1995/04/15 03:45:54 asami Exp $ +# $Id: Makefile,v 1.5 1995/08/19 06:54:21 asami Exp $ # DISTNAME= rman-2.4 -CATEGORIES+= utilities +CATEGORIES+= misc MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z |