diff options
author | Alexander Langer <alex@FreeBSD.org> | 1999-01-01 16:34:07 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1999-01-01 16:34:07 +0000 |
commit | 54834977ccb3182bb9df2ecdc629406401a83e5b (patch) | |
tree | 6360b0345894a87531020dae7050c9bf5f9f3e05 /emulators/bochs | |
parent | aebd031c4c59614781fd4f99b1066755c01c5557 (diff) | |
download | ports-54834977ccb3182bb9df2ecdc629406401a83e5b.tar.gz ports-54834977ccb3182bb9df2ecdc629406401a83e5b.zip |
Notes
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 9f4fea4f72da..16a38845d7bc 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -3,7 +3,7 @@ # Date created: 16 December 1997 # Whom: alex # -# $Id: Makefile,v 1.12 1998/11/03 02:26:39 alex Exp $ +# $Id: Makefile,v 1.13 1998/12/01 08:04:23 asami Exp $ # VGABIOS= VGABIOS-elpin-2.20 @@ -14,7 +14,7 @@ DISTNAME= bochs-${DATE}b CATEGORIES= emulators MASTER_SITES= ftp://ftp.bochs.com/pub/ -MAINTAINER= alex@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG USE_XLIB= yes GNU_CONFIGURE= YES |