diff options
author | wiz <wiz> | 2005-03-22 16:34:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-22 16:34:52 +0000 |
commit | da574f20c64e330da35390ed1db4d76dfd6d3ac3 (patch) | |
tree | c4e73be8fd170bc40644f2e632c38b42d84ea56a | |
parent | b1267d296a08d64ed864236e01b0fef68eb1d5ea (diff) | |
download | pkgsrc-da574f20c64e330da35390ed1db4d76dfd6d3ac3.tar.gz |
Fix CATEGORY.
-rw-r--r-- | emulators/DatLib/Makefile | 4 | ||||
-rw-r--r-- | emulators/DatUtil/Makefile | 4 | ||||
-rw-r--r-- | emulators/MAMEDiff/Makefile | 4 | ||||
-rw-r--r-- | emulators/ROMBuild/Makefile | 4 | ||||
-rw-r--r-- | emulators/ROMInfo/Makefile | 4 | ||||
-rw-r--r-- | emulators/ZIPIdent/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/emulators/DatLib/Makefile b/emulators/DatLib/Makefile index 2891436564f..59a6c849898 100644 --- a/emulators/DatLib/Makefile +++ b/emulators/DatLib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2005/03/14 16:11:42 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/22 16:34:52 wiz Exp $ # DISTNAME= datlib22 PKGNAME= DatLib-2.2 -CATEGORIES= emulation +CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatLib/ EXTRACT_SUFX= .zip diff --git a/emulators/DatUtil/Makefile b/emulators/DatUtil/Makefile index d60b53b7442..40f9616164f 100644 --- a/emulators/DatUtil/Makefile +++ b/emulators/DatUtil/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2005/03/14 16:20:58 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/22 16:34:52 wiz Exp $ # DISTNAME= dutil214 PKGNAME= DatUtil-2.14 -CATEGORIES= emulation +CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatUtil/ EXTRACT_SUFX= .zip diff --git a/emulators/MAMEDiff/Makefile b/emulators/MAMEDiff/Makefile index fc2c77cc09f..5b4627ecc78 100644 --- a/emulators/MAMEDiff/Makefile +++ b/emulators/MAMEDiff/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2005/03/14 16:20:58 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/22 16:34:52 wiz Exp $ # DISTNAME= mdiff216 PKGNAME= MAMEDiff-2.16 -CATEGORIES= emulation +CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/MAMEDiff/ EXTRACT_SUFX= .zip diff --git a/emulators/ROMBuild/Makefile b/emulators/ROMBuild/Makefile index 38abb53374c..2f7db863983 100644 --- a/emulators/ROMBuild/Makefile +++ b/emulators/ROMBuild/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2005/03/14 16:20:58 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/22 16:34:52 wiz Exp $ # DISTNAME= rbuild25 PKGNAME= ROMBuild-2.5 -CATEGORIES= emulation +CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/ROMBuild/ EXTRACT_SUFX= .zip diff --git a/emulators/ROMInfo/Makefile b/emulators/ROMInfo/Makefile index 4ea2dda79a1..75fa2fb5fd5 100644 --- a/emulators/ROMInfo/Makefile +++ b/emulators/ROMInfo/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2005/03/14 16:20:58 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/22 16:34:52 wiz Exp $ # DISTNAME= rinfo23 PKGNAME= ROMInfo-2.3 -CATEGORIES= emulation +CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/ROMInfo/ EXTRACT_SUFX= .zip diff --git a/emulators/ZIPIdent/Makefile b/emulators/ZIPIdent/Makefile index e0319f7ae9c..95d9d27a14d 100644 --- a/emulators/ZIPIdent/Makefile +++ b/emulators/ZIPIdent/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2005/03/14 16:20:58 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/22 16:34:52 wiz Exp $ # DISTNAME= zident24 PKGNAME= ZIPIdent-2.4 -CATEGORIES= emulation +CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/ZIPIdent/ EXTRACT_SUFX= .zip |