diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-02-14 08:16:35 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-02-14 08:16:35 +0000 |
commit | a03f164f3d5a170c0555fbb492800a13c0ce033a (patch) | |
tree | 7730e2ec631a764a775371569eff1fa8b96747c1 /audio/tosha | |
parent | 211bc4976bd7260acb45e3035b677b48d0ae7ec9 (diff) | |
download | pkgsrc-a03f164f3d5a170c0555fbb492800a13c0ce033a.tar.gz |
Fix quoting.
Diffstat (limited to 'audio/tosha')
-rw-r--r-- | audio/tosha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile index 1ff6b1f406f..edde1ddcfa0 100644 --- a/audio/tosha/Makefile +++ b/audio/tosha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/05/31 17:35:14 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2005/02/14 08:19:33 uebayasi Exp $ # FreeBSD Id: Makefile,v 1.2 1997/05/25 08:58:43 andreas Exp # @@ -13,7 +13,7 @@ COMMENT= Read CD digital audio data through the SCSI bus PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes -CPPFLAGS+= -DDEVOSSAUDIO=\\\"${DEVOSSAUDIO}\\\" +CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\"" INSTALLATION_DIRS= bin/man/man1 |