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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/less/Makefile | 4 | ||||
-rw-r--r-- | sysutils/screen/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile index fc4d4b81..112c9a9 100644 --- a/sysutils/less/Makefile +++ b/sysutils/less/Makefile @@ -3,11 +3,11 @@ # Date created: 8 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.7 1995/04/08 13:54:29 ache Exp $ +# $Id: Makefile,v 1.8 1995/04/12 04:56:12 asami Exp $ # DISTNAME= less-290 -CATEGORIES+= utilities +CATEGORIES+= misc MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/ MAINTAINER= ache@FreeBSD.ORG diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index 2b9742a..53d2308 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -3,11 +3,11 @@ # Date created: 25 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.9 1995/04/16 11:28:50 ache Exp $ +# $Id: Makefile,v 1.10 1995/04/16 15:39:26 ache Exp $ # DISTNAME= screen-3.6.2 -CATEGORIES+= utilities +CATEGORIES+= misc MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ MAINTAINER= ache@FreeBSD.ORG |