diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 11:48:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 11:48:30 +0000 |
commit | 46381ef82f77c7f022c92783bf164356ffc8ae44 (patch) | |
tree | 546452d4d691e52640b22d04497f8f5def712aef /emulators/tkhfs | |
parent | Change category from "development" to "databases devel". (diff) |
Change category name from "emulation" to "emulators". This was the
most confusing of all!
Notes
Notes:
svn path=/head/; revision=2446
Diffstat (limited to 'emulators/tkhfs')
-rw-r--r-- | emulators/tkhfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile index 4e1b77b3d493..5bdd65b4888e 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -3,12 +3,12 @@ # Date created: 17 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.8 1995/09/23 20:26:37 jmz Exp $ +# $Id: Makefile,v 1.9 1995/10/05 14:13:37 jmz Exp $ # DISTNAME= tkhfs PKGNAME= tkhfs-2.4 -CATEGORIES+= x11 +CATEGORIES+= emulation x11 MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= jmz@FreeBSD.org |