summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-04 14:13:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-04 14:13:03 +0000
commit641e1ebb9c74520fa86b188bd584215354e4a73b (patch)
treee03fe80ebca7b963a6298437bc2d18607937bde2 /emulators
parentTorrentZip creates byte-for-byte exact zip files on any machine. This allows (diff)
- Fix WITH_DATFILES knob with OPTIONS
PR: ports/80555 Submitted by: Radim Kolar <hsn@netmag.cz>
Notes
Notes: svn path=/head/; revision=134607
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 1478b3831371..d7666c6c64f1 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -302,7 +302,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/mess/sysinfo.dat \
${PREFIX}/share/xmess/history.dat
.endif
-.if ${MAMEMESS} == "mame" && defined(WITH_DATFILES) && ${WITH_DATFILES} == "yes"
+.if ${MAMEMESS} == "mame" && defined(WITH_DATFILES)
${INSTALL_DATA} ${WRKDIR}/hiscore.dat ${PREFIX}/share/xmame
${INSTALL_DATA} ${WRKDIR}/history.dat ${PREFIX}/share/xmame
${INSTALL_DATA} ${WRKDIR}/cheat.dat ${PREFIX}/share/xmame