diff options
author | Alexander Langer <alex@FreeBSD.org> | 1998-01-26 00:46:39 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1998-01-26 00:46:39 +0000 |
commit | 2e11e1c2987bdd6908c02f5fdd350b82dd36230c (patch) | |
tree | 36fa85e1aa42f994aab330666b3f0a7c9dcdbab5 /emulators/bochs/Makefile | |
parent | 4e8edc997053dfa720e39e773ef9c447d9b1ec83 (diff) |
Notes
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r-- | emulators/bochs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 8c0280433669..1f3704d19065 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: bochs -# Version required: 980118a +# Version required: 980124c # Date created: 16 December 1997 # Whom: alex # -# $Id: Makefile,v 1.3 1997/12/23 07:15:20 asami Exp $ +# $Id: Makefile,v 1.4 1998/01/19 04:00:30 alex Exp $ # VGABIOS= VGABIOS-elpin-2.00A -BIOS= BIOS-bochs-980118a -DATE= 980118 +BIOS= BIOS-bochs-980124a +DATE= 980124 -DISTNAME= bochs-${DATE}a +DISTNAME= bochs-${DATE}c CATEGORIES= emulators MASTER_SITES= ftp://ftp.std.com/pub/bochs/ |