diff options
author | asami <asami@FreeBSD.org> | 1995-11-26 18:48:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-26 18:48:46 +0800 |
commit | 3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5 (patch) | |
tree | 894abee342189fe87e465e35996ad3d78c6f9903 /textproc/rman | |
parent | 914906c0488bded95eb42d72b4a677f0b13f1a3b (diff) | |
download | freebsd-ports-gnome-3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5.tar.gz freebsd-ports-gnome-3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5.tar.zst freebsd-ports-gnome-3d4cfb820c2572710dc16b83a51c1e60fb3ffeb5.zip |
Change "utilities" category to "misc" in preparation for move to misc.
Diffstat (limited to 'textproc/rman')
-rw-r--r-- | textproc/rman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index bd7922dc11a2..5c071d44bc10 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 |