diff options
author | wiz <wiz> | 2000-12-11 23:20:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-11 23:20:48 +0000 |
commit | 6663405efbec4d5b4981ebcec2a68c57c4892a11 (patch) | |
tree | 6b051247760e1f06a5c2ec10eaa4fb1a865bea5b /emulators | |
parent | a7e2427a505181cd54d9d548cab0c33d4d8cd134 (diff) | |
download | pkgsrc-6663405efbec4d5b4981ebcec2a68c57c4892a11.tar.gz |
install HTML documentation into share/doc/html
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 4 | ||||
-rw-r--r-- | emulators/vice/pkg/PLIST | 37 |
2 files changed, 22 insertions, 19 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 99756f16b4b..fef1d51e50a 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/08/27 14:08:31 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2000/12/11 23:20:48 wiz Exp $ DISTNAME= vice-1.5 CATEGORIES= emulators @@ -51,6 +51,8 @@ post-install: ${INSTALL_DATA} ${_DISTDIR}/kernal.sx.251104-04.bin ${PREFIX}/share/vice/C64/kernal.sx64 cd ${WRKDIR} && ${INSTALL_DATA} 64gs.vrs 4064.vrs sx64.vrs \ ${PREFIX}/share/vice/C64/ + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/vice + ${MV} ${PREFIX}/share/doc/vice/*.html ${PREFIX}/share/doc/html/vice .include "../../mk/bsd.pkg.mk" diff --git a/emulators/vice/pkg/PLIST b/emulators/vice/pkg/PLIST index 05f37eddf84..00439a642ea 100644 --- a/emulators/vice/pkg/PLIST +++ b/emulators/vice/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2000/08/27 14:08:36 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2000/12/11 23:20:48 wiz Exp $ bin/c1541 bin/petcat bin/vsid @@ -19,6 +19,23 @@ info/vice.info-6 man/man1/c1541.1 man/man1/petcat.1 man/man1/vice.1 +share/doc/html/vice/vice_1.html +share/doc/html/vice/vice_2.html +share/doc/html/vice/vice_3.html +share/doc/html/vice/vice_4.html +share/doc/html/vice/vice_5.html +share/doc/html/vice/vice_6.html +share/doc/html/vice/vice_7.html +share/doc/html/vice/vice_8.html +share/doc/html/vice/vice_9.html +share/doc/html/vice/vice_10.html +share/doc/html/vice/vice_11.html +share/doc/html/vice/vice_12.html +share/doc/html/vice/vice_13.html +share/doc/html/vice/vice_14.html +share/doc/html/vice/vice_15.html +share/doc/html/vice/vice_16.html +share/doc/html/vice/vice_toc.html share/doc/vice/64doc.txt share/doc/vice/Evaluation share/doc/vice/PETdoc.txt @@ -27,23 +44,6 @@ share/doc/vice/cbm_basic_tokens.txt share/doc/vice/drive_info.txt share/doc/vice/mon.txt share/doc/vice/serial.txt -share/doc/vice/vice_1.html -share/doc/vice/vice_2.html -share/doc/vice/vice_3.html -share/doc/vice/vice_4.html -share/doc/vice/vice_5.html -share/doc/vice/vice_6.html -share/doc/vice/vice_7.html -share/doc/vice/vice_8.html -share/doc/vice/vice_9.html -share/doc/vice/vice_10.html -share/doc/vice/vice_11.html -share/doc/vice/vice_12.html -share/doc/vice/vice_13.html -share/doc/vice/vice_14.html -share/doc/vice/vice_15.html -share/doc/vice/vice_16.html -share/doc/vice/vice_toc.html share/doc/vice/Win32-Howto.txt share/vice/C128/basic share/vice/C128/chargen @@ -140,6 +140,7 @@ share/vice/VIC20/position.vkm share/vice/fonts/fonts.dir share/vice/fonts/vice-cbm.pcf @dirrm share/doc/vice +@dirrm share/doc/html/vice @dirrm share/vice/C128 @dirrm share/vice/C64 @dirrm share/vice/CBM-II |