diff options
author | asami <asami@FreeBSD.org> | 1996-11-16 09:00:17 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-16 09:00:17 +0000 |
commit | b719988ed6618317e49509b16deebcf1b08358aa (patch) | |
tree | d95135bfcc6e6b2772f041877bfea70f079a7ce5 /emulators | |
parent | 28a9e7cbf270876f9dbf5b0a3e23549bd5bb4b25 (diff) | |
download | FreeBSD-ports-b719988ed6618317e49509b16deebcf1b08358aa.zip FreeBSD-ports-b719988ed6618317e49509b16deebcf1b08358aa.tar.gz |
Category name is "emulators", not "emulator".
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vgb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vgb/Makefile b/emulators/vgb/Makefile index 38a8db9..f95e8e6 100644 --- a/emulators/vgb/Makefile +++ b/emulators/vgb/Makefile @@ -3,12 +3,12 @@ # Date created: 31 October 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/15 16:35:31 erich Exp $ # DISTNAME= GB PKGNAME= vgb-0.7 -CATEGORIES= emulator +CATEGORIES= emulators MASTER_SITES= ftp://freefall/pub/FreeBSD/LOCAL_PORTS/ DISTFILES= VGB.tar.Z |