diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
commit | 9fc2d7d28106475bc308a209655b44e662911609 (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /multimedia/vlc/Makefile | |
parent | 1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff) | |
download | pkgsrc-9fc2d7d28106475bc308a209655b44e662911609.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/vlc/Makefile')
-rw-r--r-- | multimedia/vlc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 9fd07e325ef..e13f403a839 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/04/17 13:46:04 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2006/04/22 09:22:12 rillig Exp $ # DISTNAME= vlc-${VLC_VER} @@ -62,11 +62,11 @@ SUBST_FILES.oss+= modules/audio_output/oss.c SUBST_FILES.oss+= modules/gui/pda/pda_interface.c SUBST_FILES.oss+= modules/gui/pda/pda.glade SUBST_FILES.oss+= modules/gui/wxwindows/v4l.cpp -SUBST_MESSAGE.oss= "Fixing harcoded audio device." +SUBST_MESSAGE.oss= Fixing harcoded audio device. SUBST_STAGE.fnt= post-patch SUBST_SED.fnt= -e "s,${ORIGFNT},${DEFAULT_FONT}," SUBST_FILES.fnt= modules/misc/freetype.c -SUBST_MESSAGE.fnt= "Fixing harcoded paths." +SUBST_MESSAGE.fnt= Fixing harcoded paths. SUBST_STAGE.libav= post-patch SUBST_FILES.libav= configure SUBST_SED.libav= -e "s,libavcodec/libavcodec.a,libavcodec.a,g" |