diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-22 16:34:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-22 16:34:52 +0000 |
commit | 52da98c69e83ad2fb376ece1bf51c7543f9109b0 (patch) | |
tree | c4e73be8fd170bc40644f2e632c38b42d84ea56a /emulators/ROMBuild | |
parent | 3430351d08dd39d908c2e1a560f08854a612287a (diff) | |
download | pkgsrc-52da98c69e83ad2fb376ece1bf51c7543f9109b0.tar.gz |
Fix CATEGORY.
Diffstat (limited to 'emulators/ROMBuild')
-rw-r--r-- | emulators/ROMBuild/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |