summaryrefslogtreecommitdiff
path: root/emulators/xmame/pkg-plist
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-08-20 03:15:37 +0000
committerWill Andrews <will@FreeBSD.org>2000-08-20 03:15:37 +0000
commit3c1a819029930526722e3045ce2367d6279dd57c (patch)
tree32c61d3bc2a114a1cdab6688816fdbf240653e9d /emulators/xmame/pkg-plist
parentUpgrade to ircd-hybrid 5.3p8 (diff)
Update to 0.37b5.2. Can't find extras tarball so people will need to
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
Notes
Notes: svn path=/head/; revision=31781
Diffstat (limited to '')
-rw-r--r--emulators/xmame/pkg-plist43
1 files changed, 20 insertions, 23 deletions
diff --git a/emulators/xmame/pkg-plist b/emulators/xmame/pkg-plist
index 3057a79dd5d4..ac3c94fb282b 100644
--- a/emulators/xmame/pkg-plist
+++ b/emulators/xmame/pkg-plist
@@ -1,24 +1,21 @@
bin/xmame
-lib/xmame/cheat.dat
-lib/xmame/gamelist.txt
-lib/xmame/history.dat
-lib/xmame/README.unix
-lib/xmame/xmamerc
-lib/xmame/doc/Changes
-lib/xmame/doc/cheat.doc
-lib/xmame/doc/credits.unix
-lib/xmame/doc/LEEME.unix
-lib/xmame/doc/liesmich.unix
-lib/xmame/doc/MailList.notes
-lib/xmame/doc/multiplayer-readme.txt
-lib/xmame/doc/readme.dos
-lib/xmame/doc/README.fx
-lib/xmame/doc/README.xgl
-lib/xmame/doc/TODO
-lib/xmame/doc/whatsnew.txt
-@exec mkdir %D/lib/xmame/hi %D/lib/xmame/roms
-@exec chmod 777 %D/lib/xmame/hi
-@dirrm lib/xmame/doc
-@dirrm lib/xmame/hi
-@dirrm lib/xmame/roms
-@dirrm lib/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