diff options
author | acm <acm@FreeBSD.org> | 2007-02-28 04:54:18 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-02-28 04:54:18 +0800 |
commit | dc531edf3fc93a08315b20cd6341aab30b5b0143 (patch) | |
tree | f13508478472e7e0582b9b2f4b69073677009f9b /emulators/xmame | |
parent | 4abfd6c660bd1c182eabeb9673668e66866c8b0b (diff) | |
download | freebsd-ports-gnome-dc531edf3fc93a08315b20cd6341aab30b5b0143.tar.gz freebsd-ports-gnome-dc531edf3fc93a08315b20cd6341aab30b5b0143.tar.zst freebsd-ports-gnome-dc531edf3fc93a08315b20cd6341aab30b5b0143.zip |
- Re-add DISTDIR. It was removed on last commit and it broke the port.
- Move pkg-message to files directory
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 4 | ||||
-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. -============================================================================== +############################################################################### |