diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 10:48:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 10:48:46 +0000 |
commit | e34d788c225e357cb23f47954be75e15cf37a635 (patch) | |
tree | e0220cbb13db9aaea63e44542c5968dbebbc8305 /misc/mshell | |
parent | 25c1b1ab740bc45f51c286a501be2a5bf0a5578e (diff) | |
download | ports-e34d788c225e357cb23f47954be75e15cf37a635.tar.gz ports-e34d788c225e357cb23f47954be75e15cf37a635.zip |
Change "utilities" category to "misc" in preparation for move to misc.
Notes
Notes:
svn path=/head/; revision=2466
Diffstat (limited to 'misc/mshell')
-rw-r--r-- | misc/mshell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index 491a20b543e5..8c1fba2efccc 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -3,12 +3,12 @@ # Date created: 24 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.5 1995/04/15 03:45:46 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/23 13:02:33 asami Exp $ # DISTNAME= mshell PKGNAME= mshell-1.0 -CATEGORIES+= utilities +CATEGORIES+= misc MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/07000-07999/ DISTFILES= 7432.Z |