diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 12:21:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 12:21:03 +0000 |
commit | 1964302fdaf4b7e7d1871dc28fd0ebf9637fe58e (patch) | |
tree | 7d077c78e3c817b444648615cd871f85240eb308 /emulators/tkhfs | |
parent | 8596481e551a5e7137b00880ede549d2ccf4b0ec (diff) | |
download | ports-1964302fdaf4b7e7d1871dc28fd0ebf9637fe58e.tar.gz ports-1964302fdaf4b7e7d1871dc28fd0ebf9637fe58e.zip |
Change "emulation" to "emulators". I have no idea how I missed this one!
Notes
Notes:
svn path=/head/; revision=2470
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 5bdd65b4888e..7a8a7c7cf661 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -3,12 +3,12 @@ # Date created: 17 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.9 1995/10/05 14:13:37 jmz Exp $ +# $Id: Makefile,v 1.10 1995/11/22 11:48:23 asami Exp $ # DISTNAME= tkhfs PKGNAME= tkhfs-2.4 -CATEGORIES+= emulation x11 +CATEGORIES+= emulators x11 MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= jmz@FreeBSD.org |