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 | dee80fa6d8cc06b21a6491ad0f45a8bdfd0ddcfa (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /multimedia | |
parent | e5d1a3e10d166705430889850f203065cd78dd74 (diff) | |
download | pkgsrc-dee80fa6d8cc06b21a6491ad0f45a8bdfd0ddcfa.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')
-rw-r--r-- | multimedia/RealPlayerGold/Makefile | 4 | ||||
-rw-r--r-- | multimedia/fxtv/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-base/plugins.mk | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins0.8/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/kmplayer/Makefile | 4 | ||||
-rw-r--r-- | multimedia/mmg/Makefile | 4 | ||||
-rw-r--r-- | multimedia/mplayer-plugin-firefox/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/ns-flash/Makefile | 4 | ||||
-rw-r--r-- | multimedia/realplayer-codecs/Makefile | 4 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 6 | ||||
-rw-r--r-- | multimedia/win32-codecs/Makefile | 4 | ||||
-rw-r--r-- | multimedia/xanim/Makefile.codecs | 4 | ||||
-rw-r--r-- | multimedia/xawtv/Makefile | 4 | ||||
-rw-r--r-- | multimedia/xine-lib/Makefile | 6 |
14 files changed, 30 insertions, 30 deletions
diff --git a/multimedia/RealPlayerGold/Makefile b/multimedia/RealPlayerGold/Makefile index 899e22375b2..120d9a1b601 100644 --- a/multimedia/RealPlayerGold/Makefile +++ b/multimedia/RealPlayerGold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/29 13:00:07 salo Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/22 09:22:11 rillig Exp $ # DISTNAME= RealPlayer10GOLD @@ -31,7 +31,7 @@ DEPENDS+= suse_gtk2>=9.1:../../emulators/suse91_gtk2 REALPLAYER_SUBDIR= lib REALPLAYER_HOME= ${PREFIX}/${REALPLAYER_SUBDIR}/RealPlayer -RESTRICTED= "Redistribution not permitted" +RESTRICTED= Redistribution not permitted NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index 33c89626b50..7962da62182 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/04/17 13:46:41 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/22 09:22:11 rillig Exp $ DISTNAME= fxtv-1.03 PKGREVISION= 10 @@ -14,7 +14,7 @@ USE_X11BASE= YES USE_TOOLS+= gmake SUBST_CLASSES+= ossaudio -SUBST_MESSAGE.ossaudio= "Fixing path to audio device." +SUBST_MESSAGE.ossaudio= Fixing path to audio device. SUBST_STAGE.ossaudio= pre-configure SUBST_FILES.ossaudio= app_rsrc.h Fxtv README SUBST_SED.ossaudio= -e 's|/dev/dsp|${DEVOSSAUDIO}|g' diff --git a/multimedia/gst-plugins0.10-base/plugins.mk b/multimedia/gst-plugins0.10-base/plugins.mk index 6f11c9cec33..72bb3537c65 100644 --- a/multimedia/gst-plugins0.10-base/plugins.mk +++ b/multimedia/gst-plugins0.10-base/plugins.mk @@ -1,4 +1,4 @@ -# $NetBSD: plugins.mk,v 1.5 2006/04/03 15:54:14 jmmv Exp $ +# $NetBSD: plugins.mk,v 1.6 2006/04/22 09:22:11 rillig Exp $ # # This file is shared across the gst-plugins-{base,good} packages to # simplify their code. It provides a framework to write simple packages @@ -65,7 +65,7 @@ INSTALL_DIRS= ${WRKSRC}/${GST_PLUGINS0.10_DIRS} # Fix paths to already installed libraries (by the gst-plugins package). SUBST_CLASSES+= libs -SUBST_MESSAGE.libs= "Fixing path to dependent libraries." +SUBST_MESSAGE.libs= Fixing path to dependent libraries. SUBST_STAGE.libs= pre-configure SUBST_FILES.libs= .for _d_ in ${GST_PLUGINS0.10_DIRS} diff --git a/multimedia/gst-plugins0.8/Makefile.common b/multimedia/gst-plugins0.8/Makefile.common index e81229ad30c..aaaf2f6078f 100644 --- a/multimedia/gst-plugins0.8/Makefile.common +++ b/multimedia/gst-plugins0.8/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2006/04/06 06:22:25 reed Exp $ +# $NetBSD: Makefile.common,v 1.3 2006/04/22 09:22:11 rillig Exp $ # DISTNAME= gst-plugins-0.8.11 @@ -155,7 +155,7 @@ INSTALL_DIRS= ${WRKSRC}/${GST_PLUGINS0.8_DIR} # Fix paths to already installed libraries (by the gst-plugins0.8 package). SUBST_CLASSES+= libs -SUBST_MESSAGE.libs= "Fixing path to dependent libraries." +SUBST_MESSAGE.libs= Fixing path to dependent libraries. SUBST_STAGE.libs= pre-configure SUBST_FILES.libs= ${GST_PLUGINS0.8_DIR}/Makefile.in SUBST_SED.libs= -e 's|$$(top_builddir)/gst-libs/gst/libgst|${BUILDLINK_PREFIX.gst-plugins0.8}/lib/libgst|g' diff --git a/multimedia/kmplayer/Makefile b/multimedia/kmplayer/Makefile index f237dbabdab..1a2612f72f9 100644 --- a/multimedia/kmplayer/Makefile +++ b/multimedia/kmplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/04/17 13:46:42 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2006/04/22 09:22:11 rillig Exp $ # DISTNAME= kmplayer-0.9.1 @@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --without-gstreamer SHLIBTOOL_OVERRIDE= libtool SUBST_CLASSES+= desktop -SUBST_MESSAGE.desktop= "Fixing application launcher." +SUBST_MESSAGE.desktop= Fixing application launcher. SUBST_STAGE.desktop= pre-configure SUBST_FILES.desktop= src/kmplayer.desktop SUBST_SED.desktop= -e 's|@PREFIX@|${PREFIX}|g' diff --git a/multimedia/mmg/Makefile b/multimedia/mmg/Makefile index 720fdc98498..9704fbdc89d 100644 --- a/multimedia/mmg/Makefile +++ b/multimedia/mmg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/04/17 13:46:42 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/22 09:22:11 rillig Exp $ # .include "../../multimedia/mkvtoolnix/Makefile.dist" @@ -23,7 +23,7 @@ SUBST_CLASSES+= man SUBST_STAGE.man= pre-configure SUBST_FILES.man= doc/mmg.1 SUBST_SED.man= 's,(doc/,(${PREFIX}/share/doc/mmg/,g' -SUBST_MESSAGE.man= "Fixing paths in manual page." +SUBST_MESSAGE.man= Fixing paths in manual page. INSTALLATION_DIRS= bin man/man1 diff --git a/multimedia/mplayer-plugin-firefox/Makefile.common b/multimedia/mplayer-plugin-firefox/Makefile.common index add1dd37f07..a8e8eb09646 100644 --- a/multimedia/mplayer-plugin-firefox/Makefile.common +++ b/multimedia/mplayer-plugin-firefox/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2006/03/04 21:30:15 jlam Exp $ +# $NetBSD: Makefile.common,v 1.13 2006/04/22 09:22:11 rillig Exp $ # DISTNAME= mplayerplug-in-2.70 @@ -43,7 +43,7 @@ SUBST_CLASSES+= conf SUBST_STAGE.conf= post-patch SUBST_FILES.conf= Source/plugin-setup.cpp SUBST_SED.conf= -e "s|/etc/|${PKG_SYSCONFDIR}/|g" -SUBST_MESSAGE.conf= "Fixing harcoded paths." +SUBST_MESSAGE.conf= Fixing harcoded paths. EGDIR= ${PREFIX}/share/examples/mplayer-plugin-${BROWSER} CONF_FILES= # empty diff --git a/multimedia/ns-flash/Makefile b/multimedia/ns-flash/Makefile index ef334a9d881..40f7450abe3 100644 --- a/multimedia/ns-flash/Makefile +++ b/multimedia/ns-flash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/12 18:35:25 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/22 09:22:12 rillig Exp $ CATEGORIES= multimedia www MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/ @@ -38,7 +38,7 @@ CONFLICTS+= communicator<=4.76nb1 CONFLICTS+= navigator<=4.76nb1 LICENSE= flash-license -RESTRICTED= "Redistribution not permitted" +RESTRICTED= Redistribution not permitted NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} diff --git a/multimedia/realplayer-codecs/Makefile b/multimedia/realplayer-codecs/Makefile index 8eb2ca918cf..eb84749bb48 100644 --- a/multimedia/realplayer-codecs/Makefile +++ b/multimedia/realplayer-codecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:15 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/22 09:22:12 rillig Exp $ # DISTNAME= rp8codecs${RP_ARCH}-20050115 @@ -35,7 +35,7 @@ RP_ARCH= -alpha NO_BUILD= YES -RESTRICTED= "Unsure of codec's license" +RESTRICTED= Unsure of codec's license NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM=${RESTRICTED} 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" diff --git a/multimedia/win32-codecs/Makefile b/multimedia/win32-codecs/Makefile index ac6b1915dc3..b314d968527 100644 --- a/multimedia/win32-codecs/Makefile +++ b/multimedia/win32-codecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:30:16 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/22 09:22:12 rillig Exp $ # DISTNAME= windows-all-20050412 @@ -26,7 +26,7 @@ ONLY_FOR_PLATFORM= *-*-i386 NO_BUILD= yes NO_CONFIGURE= yes -RESTRICTED= "Unsure of codec's license" +RESTRICTED= Unsure of codec's license NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM=${RESTRICTED} diff --git a/multimedia/xanim/Makefile.codecs b/multimedia/xanim/Makefile.codecs index ba48347eaf5..cb9305da231 100644 --- a/multimedia/xanim/Makefile.codecs +++ b/multimedia/xanim/Makefile.codecs @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.codecs,v 1.2 2005/10/11 10:06:35 tron Exp $ +# $NetBSD: Makefile.codecs,v 1.3 2006/04/22 09:22:12 rillig Exp $ .include "../../mk/bsd.prefs.mk" @@ -59,7 +59,7 @@ _RESTRICTED_CODECS+= ${_codec_} BUILD_DEFS+= CODECS .if defined(_RESTRICTED_CODECS) -RESTRICTED= "Can't mirror/distribute object modules: ${_RESTRICTED_CODECS}" +RESTRICTED= Can't mirror/distribute object modules: ${_RESTRICTED_CODECS}. NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index 141251402bc..1db3268165a 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/09 21:04:45 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/04/22 09:22:12 rillig Exp $ # DISTNAME= xawtv-3.95 @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --disable-motif LDFLAGS+= ${LIBOSSAUDIO} SUBST_CLASSES+= devoss -SUBST_MESSAGE.devoss= "Fixing path to OSS audio device." +SUBST_MESSAGE.devoss= Fixing path to OSS audio device. SUBST_STAGE.devoss= pre-configure SUBST_FILES.devoss= console/record.c libng/devices.c x11/pia.c SUBST_FILES.devoss+= man/motv.1 man/record.1 man/streamer.1 man/xawtv.1 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 |