summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/bochs/MESSAGE7
-rw-r--r--emulators/bochs/Makefile7
2 files changed, 3 insertions, 11 deletions
diff --git a/emulators/bochs/MESSAGE b/emulators/bochs/MESSAGE
index d1e68e1c5ce..10547bab661 100644
--- a/emulators/bochs/MESSAGE
+++ b/emulators/bochs/MESSAGE
@@ -1,13 +1,8 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.3 2004/02/12 00:10:30 hubertf Exp $
+$NetBSD: MESSAGE,v 1.4 2005/02/11 22:28:42 reed Exp $
You need to copy the ${PREFIX}/share/doc/bochs/bochsrc-sample.txt
file to your home directory and name it .bochsrc. Then edit it to
your tastes defining the hard drives and floppies as needed.
-Documentation is available on the website, and a copy of that
-website is in ${BOCHS_DOCDIR}. The file install.html
-will assist you in creating a HD "file" (a raw disk partition or
-ISO file can be used as well)
-
===========================================================================
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index 5104f37f86c..43dd0aa06cc 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2004/11/13 22:04:52 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2005/02/11 22:28:42 reed Exp $
DISTNAME= bochs-2.1.1
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bochs/}
@@ -56,10 +57,6 @@ MAKE_ENV+= GZIP_CMD=${GZIP_CMD:Q} \
BOCHS_MAINDIR= ${PREFIX}/share/bochs
BOCHS_BIOSDIR= ${BOCHS_MAINDIR}/bios
BOCHS_FONTDIR= ${BOCHS_MAINDIR}/xfonts
-BOCHS_DOCDIR= ${PREFIX}/share/doc/html/bochs
-MESSAGE_SUBST+= BOCHS_MAINDIR=${BOCHS_MAINDIR} \
- BOCHS_FONTDIR=${BOCHS_FONTDIR} \
- BOCHS_DOCDIR=${BOCHS_DOCDIR}
post-configure:
${MV} ${WRKSRC}/.bochsrc ${WRKSRC}/.bochsrc.BAK