diff options
author | martin <martin@pkgsrc.org> | 2013-03-26 13:43:19 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2013-03-26 13:43:19 +0000 |
commit | 464f109c6ed1abe479f3430e65f4f7a79b41644e (patch) | |
tree | 3392ed1bbf41e194c0b9529671ee35fa04746afa /emulators | |
parent | 17495050840e3273a8190813bf8c49966a1885d0 (diff) | |
download | pkgsrc-464f109c6ed1abe479f3430e65f4f7a79b41644e.tar.gz |
Install vmb.exe - it is required to run the VAX 780 emulation
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/simh/Makefile | 4 | ||||
-rw-r--r-- | emulators/simh/PLIST | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index def7d00b653..b04245809ad 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 1e2674d76c7..2f378f71a97 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 + |