diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-20 15:33:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-20 15:33:20 +0000 |
commit | e50dc2a33659f6b4119906eca4efb0e803b64bfb (patch) | |
tree | d74ba65fed8db0fd098d71428aebd9af6e665d09 /games/miscom | |
parent | 699288db85300808717293ff894f66a1b6091b29 (diff) |
Notes
Diffstat (limited to 'games/miscom')
-rw-r--r-- | games/miscom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/miscom/Makefile b/games/miscom/Makefile index a905dc3753aa..b783c274d841 100644 --- a/games/miscom/Makefile +++ b/games/miscom/Makefile @@ -30,7 +30,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> .if ${ARCH} == "i386" -CFLAGS+= -DSOUNDSDIR='\"$(DATADIR)\"' -DSOUND_SUPPORT -DMORE_SOUNDBUF +CFLAGS+= -DSOUNDSDIR='\"${DATADIR}\"' -DSOUND_SUPPORT -DMORE_SOUNDBUF .endif do-install: |