mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
3c1a819029
install those themselves now. MAINTAINER changed to someone who said he'd keep the port up to date. Add sed regex to replace patch-aa to extend the port's life. At least, now portlint doesn't whine so much.. PR: 18047, 18368 Some patch submitted by: Ports Fury
22 lines
652 B
Plaintext
22 lines
652 B
Plaintext
bin/xmame
|
|
share/xmame/xmamerc
|
|
share/doc/xmame/changes.mame
|
|
share/doc/xmame/changes.unix
|
|
share/doc/xmame/credits.unix
|
|
share/doc/xmame/leeme.unix
|
|
share/doc/xmame/liesmich.unix
|
|
share/doc/xmame/maillist.txt
|
|
share/doc/xmame/multiplayer-readme.txt
|
|
share/doc/xmame/readme.fx
|
|
share/doc/xmame/readme.mame
|
|
share/doc/xmame/readme.unix
|
|
share/doc/xmame/readme.xgl
|
|
share/doc/xmame/todo
|
|
@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
|
|
@dirrm share/doc/xmame
|