diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-28 15:05:31 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-28 15:05:31 +0000 |
commit | 66d6f9f718e81d10dc942e0be3740d429c9b9c8e (patch) | |
tree | 8377d2ee39689e902b830963c4d4fb2b1f4794a7 | |
parent | caedea32b1be72e7b85c4ca91f3ad79220129cf2 (diff) | |
download | freebsd-ports-66d6f9f718e81d10dc942e0be3740d429c9b9c8e.zip |
Add this to the emulators and utils categories.
-rw-r--r-- | emulators/cpmtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index b1f56cbb5253..13a501e3704b 100644 --- a/emulators/cpmtools/Makefile +++ b/emulators/cpmtools/Makefile @@ -3,10 +3,11 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.5 1995/04/17 07:54:44 joerg Exp $ +# $Id: Makefile,v 1.6 1995/04/23 13:02:20 asami Exp $ # DISTNAME= cpm-1.1 +CATEGORIES+= utils emulators MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= joerg@FreeBSD.org |