From 0cb62d2504cc7117d35951a6b9b6e5eed3e638b2 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 26 Mar 2013 13:43:19 +0000 Subject: [PATCH] Install vmb.exe - it is required to run the VAX 780 emulation --- emulators/simh/Makefile | 4 +++- emulators/simh/PLIST | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index def7d00b653e..b04245809ad4 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2013/02/06 19:30:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.41 2013/03/26 13:43:19 martin Exp $ DISTNAME= simhv39-0 PKGNAME= simh-3.9.0 @@ -44,7 +44,9 @@ do-install: ${INSTALL_PROGRAM} $$BIN ${DESTDIR}${PREFIX}/bin/simh-$$BIN; \ fi ; \ done) + ${INSTALL_DATA} ${WRKSRC}/VAX/ka655x.bin ${DESTDIR}${PREFIX}/share/simh + ${INSTALL_DATA} ${WRKSRC}/VAX/vmb.exe ${DESTDIR}${PREFIX}/share/simh (cd ${WRKSRC} && for TXT in *.txt */*.txt; do \ ${INSTALL_DATA} $$TXT ${DESTDIR}${PREFIX}/share/doc/simh; \ done) diff --git a/emulators/simh/PLIST b/emulators/simh/PLIST index 1e2674d76c7f..2f378f71a978 100644 --- a/emulators/simh/PLIST +++ b/emulators/simh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2012/05/04 09:38:23 hans Exp $ +@comment $NetBSD: PLIST,v 1.13 2013/03/26 13:43:19 martin Exp $ bin/simh-altair bin/simh-altairz80 bin/simh-eclipse @@ -46,3 +46,5 @@ share/doc/simh/sds_diag.txt share/doc/simh/system3.txt share/doc/simh/vax780_bug_history.txt share/simh/ka655x.bin +share/simh/vmb.exe +