diff options
author | pav <pav@FreeBSD.org> | 2005-05-04 22:13:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-04 22:13:03 +0800 |
commit | ddf30a305a56edb488dda71ba44cb9c6a71060a4 (patch) | |
tree | 3b12027a3ad118d247d8ec30210928691223c40c /emulators | |
parent | 71d2608dcd12e309a56770fbeca4492402538f49 (diff) | |
download | freebsd-ports-gnome-ddf30a305a56edb488dda71ba44cb9c6a71060a4.tar.gz freebsd-ports-gnome-ddf30a305a56edb488dda71ba44cb9c6a71060a4.tar.zst freebsd-ports-gnome-ddf30a305a56edb488dda71ba44cb9c6a71060a4.zip |
- Fix WITH_DATFILES knob with OPTIONS
PR: ports/80555
Submitted by: Radim Kolar <hsn@netmag.cz>
Diffstat (limited to 'emulators')
-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 |