summaryrefslogtreecommitdiff
path: root/emulators/xtrs/Makefile
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2013-01-12 17:21:04 +0000
committeris <is@pkgsrc.org>2013-01-12 17:21:04 +0000
commit2877c4dc88d569cd133d38c67efaa28f41db2c34 (patch)
tree4a250876ca6fab8ae48dca6c1c90ce359cad1372 /emulators/xtrs/Makefile
parent64af0b7dff2042f893452a99266b30053bca8041 (diff)
downloadpkgsrc-2877c4dc88d569cd133d38c67efaa28f41db2c34.tar.gz
Actually install the provided utility disk images with the emulator, so
that we can swap files back and forth with TRS/80 disk operating systems.
Diffstat (limited to 'emulators/xtrs/Makefile')
-rw-r--r--emulators/xtrs/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/xtrs/Makefile b/emulators/xtrs/Makefile
index c09595f6355..cd130e61fd8 100644
--- a/emulators/xtrs/Makefile
+++ b/emulators/xtrs/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2013/01/12 16:40:49 is Exp $
+# $NetBSD: Makefile,v 1.16 2013/01/12 17:21:04 is Exp $
#
DISTNAME= xtrs-4.9
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= emulators
MASTER_SITES= http://www.tim-mann.org/trs80/
@@ -23,11 +23,13 @@ SUBST_SED.mf= -e 's|/usr/local|${PREFIX}|g' \
INSTALL_MAKE_FLAGS+= BINDIR=${DESTDIR}${PREFIX}/bin \
MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
-INSTALLATION_DIRS= bin lib/xtrs ${PKGMANDIR}/man1 share/doc/xtrs
+INSTALLATION_DIRS= bin lib/xtrs ${PKGMANDIR}/man1 share/doc/xtrs share/xtrs
post-install:
${INSTALL_DATA} ${WRKSRC}/xtrsrom4p.hex ${DESTDIR}${PREFIX}/lib/xtrs/romimage.m4p
${INSTALL_DATA} ${WRKSRC}/xtrsrom4p.README ${DESTDIR}${PREFIX}/share/doc/xtrs
+ ${INSTALL_DATA} ${WRKSRC}/utility.dsk ${DESTDIR}${PREFIX}/share/xtrs
+ ${INSTALL_DATA} ${WRKSRC}/cpmutil.dsk ${DESTDIR}${PREFIX}/share/xtrs
# The sources assume <malloc.h> exists. Create a fake one for platforms
# that don't have it.