summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2005-03-13 16:43:20 +0000
committeruebayasi <uebayasi@pkgsrc.org>2005-03-13 16:43:20 +0000
commitb4072151313e34e3a42ca7a7dbb9c414a23da84a (patch)
tree48a8b0c88b9b9af43bceab29c3e0c896bf06f76b /emulators
parent6fa23429a3e35350624d87c7f19a34340ba4b2fd (diff)
downloadpkgsrc-b4072151313e34e3a42ca7a7dbb9c414a23da84a.tar.gz
Back previous, irrelevant quoting fix.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fmsx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile
index b34679a58e9..7cb337935da 100644
--- a/emulators/fmsx/Makefile
+++ b/emulators/fmsx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/03/07 09:48:36 uebayasi Exp $
+# $NetBSD: Makefile,v 1.13 2005/03/13 16:43:20 uebayasi Exp $
DISTNAME= fMSX24.tar
PKGNAME= fmsx-2.4
@@ -21,8 +21,8 @@ USE_X11= yes
.include "../../mk/bsd.prefs.mk"
USE_SUN_AUDIO?= YES
-DEFS= -DFontDir="\"${PREFIX}/share/fmsx/\""
-DEFS+= -DRomDir="\"${PREFIX}/share/fmsx/\""
+DEFS= -DFontDir=\"\\\"${PREFIX}/share/fmsx/\"\\\"
+DEFS+= -DRomDir=\"\\\"${PREFIX}/share/fmsx/\"\\\"
DEFS+= -DMITSHM -D${CUR_DEPTH} -DSOUND
.if ${USE_SUN_AUDIO} == "YES"
DEFS+= -DSUN_AUDIO