diff options
author | pav <pav@FreeBSD.org> | 2003-12-19 23:25:11 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-19 23:25:11 +0000 |
commit | ba778ad32b66d7b2912c9f1095b9036e55a71fa3 (patch) | |
tree | fbec2b201f24071d5fe9eefac086882cc8cb01a6 /emulators/xmame | |
parent | 0246a66748c2dabbc4bbf6e0d34f76a28ead28c1 (diff) | |
download | FreeBSD-ports-ba778ad32b66d7b2912c9f1095b9036e55a71fa3.zip FreeBSD-ports-ba778ad32b66d7b2912c9f1095b9036e55a71fa3.tar.gz |
- Unbreak xmess and bring it up to the 0.76.1 (it's slave port of xmame)
Approved by: maintainer timeout (1 month) (xmame part)
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 22 | ||||
-rw-r--r-- | emulators/xmame/pkg-plist | 14 |
2 files changed, 22 insertions, 14 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index e87d7e0..6cc562a 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -78,14 +78,18 @@ GENERALDOCS= changes.unix \ xmame-gdoc.html \ xmame.css XMAMEDOCS= -XMESSDOCS= changes.mess \ - credits.mess \ - gamelist.mess \ - imgtool.txt \ - messhelp.txt \ - messroms.txt \ - old-changes.mess \ - readme.mess +XMESSDOCS= mess/cgafont.txt \ + mess/compilewin.html \ + mess/credits.htm \ + mess/credits.txt \ + mess/faq.htm \ + mess/imgtool.txt \ + mess/messhelp.txt \ + mess/messnew.txt \ + mess/messold.txt \ + mess/messroms.txt \ + mess/sysinfo.dat \ + mess/windows.txt PINMAMEDOCS= pinmame/simulation.txt \ pinmame/whatsnew.txt \ pinmame/pinmame.txt \ @@ -308,7 +312,7 @@ post-install: .endfor .endif .if ${MAMEMESS} == "mess" - ${INSTALL_DATA} ${WRKSRC}/doc/sysinfo.dat \ + ${INSTALL_DATA} ${WRKSRC}/doc/mess/sysinfo.dat \ ${PREFIX}/share/xmess/history.dat .endif .if ${MAMEMESS} == "mame" && defined(WITH_DATFILES) && ${WITH_DATFILES} == "yes" diff --git a/emulators/xmame/pkg-plist b/emulators/xmame/pkg-plist index cbbd394..3c2383d 100644 --- a/emulators/xmame/pkg-plist +++ b/emulators/xmame/pkg-plist @@ -30,14 +30,18 @@ share/%%MAMEMESS%%/%%MAMEMESS%%rc %%MAMEONLY%%%%DATFILES%%share/xmame/hiscore.dat %%MAMEONLY%%%%DATFILES%%share/xmame/history.dat %%MAMEONLY%%%%DATFILES%%share/xmame/cheat.dat -%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/changes.mess -%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.mess -%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/gamelist.mess +%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/cgafont.txt +%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/compilewin.html +%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.htm +%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.txt +%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/faq.htm %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/imgtool.txt %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messhelp.txt +%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messnew.txt +%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messold.txt %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messroms.txt -%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/old-changes.mess -%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/readme.mess +%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo.dat +%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/windows.txt %%MESSONLY%%share/xmess/history.dat %%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/simulation.txt %%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/whatsnew.txt |