aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/Makefile4
-rw-r--r--emulators/xmame/files/pkg-message.in (renamed from emulators/xmame/pkg-message)6
2 files changed, 6 insertions, 4 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 9fdf7a578497..4c4860f39120 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -14,7 +14,8 @@ MASTER_SITES= http://www.franksworld.org/dist/xmame/ \
http://www.energyhq.es.eu.org/files/ \
http://www.energyhq.be/files/ \
http://www.pkix.net/mirror/x.mame.net/ \
-DISTNAME= xmame-${XMAMEVERSION:S/.r/-rc/}
+DISTNAME= xmame-${XMAMEVERSION}
+DIST_SUBDIR= ${PORTNAME}
MAINTAINER?= ports@FreeBSD.org
COMMENT?= UNIX/X11 port of the Multi Arcade Machine Emulator (MAME)
@@ -36,6 +37,7 @@ NOT_FOR_ARCHS= ia64
# Are we building MAME or MESS? (also set by slave ports)
MAMEMESS?= mame
+SUB_FILES= pkg-message
MAN6= x${MAMEMESS}.6
OPTIONS= SDL "Use the SDL driver" on \
diff --git a/emulators/xmame/pkg-message b/emulators/xmame/files/pkg-message.in
index c2bdfd42c245..2bbbda6cee1f 100644
--- a/emulators/xmame/pkg-message
+++ b/emulators/xmame/files/pkg-message.in
@@ -1,8 +1,8 @@
-==============================================================================
+###############################################################################
-xmame has heen installed.
+The xmame emulator was installed.
To install additional MAME files (like cheats, hiscore, history, artwork,
etc.) please use the "emulators/mame-extras" port.
-==============================================================================
+###############################################################################