diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-04 14:13:03 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-04 14:13:03 +0000 |
| commit | 641e1ebb9c74520fa86b188bd584215354e4a73b (patch) | |
| tree | e03fe80ebca7b963a6298437bc2d18607937bde2 | |
| parent | TorrentZip 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>
| -rw-r--r-- | emulators/xmame/Makefile | 2 |
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 |
