diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 09:00:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 09:00:17 +0000 |
commit | d02c5ae95c0496f8de1c60e5059f27f983255c75 (patch) | |
tree | 82cbd22914c8b6054c40b9ded82ddf60f33b6eaa /emulators | |
parent | tk41 port installs wish4.1 not wish, so depend on it. (diff) |
Category name is "emulators", not "emulator".
Notes
Notes:
svn path=/head/; revision=4506
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 38a8db9560bd..f95e8e69725a 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 |