summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-02-11 22:28:42 +0000
committerreed <reed@pkgsrc.org>2005-02-11 22:28:42 +0000
commitc30c63008a1e0ea5af10091ca4325e6f704e32af (patch)
tree61713979548590e7867208796d94b5d0b2d59727 /emulators
parent5b239246076c49cb97a032eba210c62a9771327a (diff)
downloadpkgsrc-c30c63008a1e0ea5af10091ca4325e6f704e32af.tar.gz
Remove information from MESSAGE about the HTML documentation.
And remove references of it from Makefile. The HTML documentation is not installed in the first place. TODO: maybe make a bochs-docs package that builds the documentation from the docbook source. Bump PKGREVISION (I also updated DESCR in previous commmit too).
Diffstat (limited to 'emulators')
-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