blob: 14e0f2d4278ae3aac000c1bd25e75ccb01d6122a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
bin/xmame
share/xmame/xmamerc
%%PORTDOCS%%share/doc/xmame/changes.mame
%%PORTDOCS%%share/doc/xmame/changes.unix
%%PORTDOCS%%share/doc/xmame/gamelist.mame
%%PORTDOCS%%share/doc/xmame/imgtool.txt
%%PORTDOCS%%share/doc/xmame/liesmich.unix
%%PORTDOCS%%share/doc/xmame/multiplayer-readme.txt
%%PORTDOCS%%share/doc/xmame/readme.mame
%%PORTDOCS%%share/doc/xmame/todo
%%PORTDOCS%%share/doc/xmame/xmame-doc-1.html
%%PORTDOCS%%share/doc/xmame/xmame-doc-2.html
%%PORTDOCS%%share/doc/xmame/xmame-doc-3.html
%%PORTDOCS%%share/doc/xmame/xmame-doc-4.html
%%PORTDOCS%%share/doc/xmame/xmame-doc-5.html
%%PORTDOCS%%share/doc/xmame/xmame-doc-6.html
%%PORTDOCS%%share/doc/xmame/xmame-doc-7.html
%%PORTDOCS%%share/doc/xmame/xmame-doc.html
%%PORTDOCS%%share/doc/xmame/xmame-doc.lyx
%%PORTDOCS%%share/doc/xmame/xmame-doc.ps
%%PORTDOCS%%share/doc/xmame/xmame-doc.sgml
%%PORTDOCS%%share/doc/xmame/xmame-doc.txt
@exec mkdir -p %D/share/xmame/hi
@exec mkdir -p %D/share/xmame/roms
@exec chmod 777 %D/share/xmame/hi
@unexec rmdir %D/share/xmame/roms 2>/dev/null || true
@unexec rmdir %D/share/xmame/hi 2>/dev/null || true
@unexec rmdir %D/share/xmame 2>/dev/null || true
%%PORTDOCS%%@dirrm share/doc/xmame
|