diff options
author | uebayasi <uebayasi> | 2005-02-14 14:03:40 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2005-02-14 14:03:40 +0000 |
commit | d248fbcd1d782442ad135a1ad71e3f2b42bbcda7 (patch) | |
tree | 62348f6758f9e753832566bb86a3c3afbd6b53d4 /games | |
parent | 0fd5f30aab1ab5e0f7d141f42b32e4feca12dff6 (diff) | |
download | pkgsrc-d248fbcd1d782442ad135a1ad71e3f2b42bbcda7.tar.gz |
Fix quoting.
Diffstat (limited to 'games')
-rw-r--r-- | games/xscavenger/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xscavenger/Makefile b/games/xscavenger/Makefile index bc580b5078a..438f94a3760 100644 --- a/games/xscavenger/Makefile +++ b/games/xscavenger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/09 00:10:59 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2005/02/14 14:03:40 uebayasi Exp $ # DISTNAME= xscavenger-1.4.4 @@ -17,7 +17,7 @@ USE_BUILDLINK3= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes -CPPFLAGS+= -DSOUNDDEV=\\\"${DEVOSSSOUND}\\\" +CPPFLAGS+= -DSOUNDDEV="\"${DEVOSSSOUND}\"" INSTALLATION_DIRS= man/man6 |