diff options
author | rillig <rillig> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-04-22 09:22:05 +0000 |
commit | 1bf12f54d752f34431e029c366efad2fb372519b (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /multimedia/xine-lib | |
parent | 5e6ac2b5cb9b127db4bb3a69a03e450a9c8895cd (diff) | |
download | pkgsrc-1bf12f54d752f34431e029c366efad2fb372519b.tar.gz |
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'multimedia/xine-lib')
-rw-r--r-- | multimedia/xine-lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile index 1e195634d8c..c3b63a15c0b 100644 --- a/multimedia/xine-lib/Makefile +++ b/multimedia/xine-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/04/17 13:45:58 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2006/04/22 09:22:12 rillig Exp $ .include "Makefile.common" @@ -16,12 +16,12 @@ SUBST_SED.oss= -e "s,/dev/dsp,${DEVOSSAUDIO},g" .if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" SUBST_SED.oss+= -e "s,\"dsp\",\"audio\",g" .endif -SUBST_MESSAGE.oss= "Fixing hardcoded audio device." +SUBST_MESSAGE.oss= Fixing hardcoded audio device. SUBST_STAGE.w32path= post-patch SUBST_FILES.w32path= src/libw32dll/wine/module.c SUBST_SED.w32path= -e "s,@W32PATH@,${PREFIX}/lib/win32," -SUBST_MESSAGE.w32path= "Fixing win32 dll path." +SUBST_MESSAGE.w32path= Fixing win32 dll path. # Needed to fix build problems under, at least, NetBSD/amd64. BUILDLINK_API_DEPENDS.libcdio+= libcdio>=0.75 |