diff options
author | asami <asami@FreeBSD.org> | 1995-11-22 11:48:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-22 11:48:30 +0000 |
commit | e95755c43ddd2360c7c18d1eed7b1f5e27645446 (patch) | |
tree | 8ca9822b6ca5b5babdb2aebb068e4384c94b791f /emulators/cpmtools | |
parent | 1c40054f41ec5102016130f122944f7ac5666753 (diff) | |
download | FreeBSD-ports-e95755c43ddd2360c7c18d1eed7b1f5e27645446.zip FreeBSD-ports-e95755c43ddd2360c7c18d1eed7b1f5e27645446.tar.gz |
Change category name from "emulation" to "emulators". This was the
most confusing of all!
Diffstat (limited to 'emulators/cpmtools')
-rw-r--r-- | emulators/cpmtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index e7900e3..4731c936 100644 --- a/emulators/cpmtools/Makefile +++ b/emulators/cpmtools/Makefile @@ -3,12 +3,12 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.10 1995/07/12 22:48:51 asami Exp $ +# $Id: Makefile,v 1.11 1995/07/13 01:12:29 asami Exp $ # DISTNAME= cpm-1.1 PKGNAME= cpmtools-1.1 -CATEGORIES+= emulation +CATEGORIES+= emulators MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= joerg@FreeBSD.org |