diff options
author | nox <nox@FreeBSD.org> | 2012-06-16 23:28:45 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2012-06-16 23:28:45 +0800 |
commit | ae5762976a393ee4297135f36671d7c16847b903 (patch) | |
tree | 1abf142ac1b82c236d3df78743be04337b005500 /multimedia | |
parent | 5abc0b0650dfe9ac819ea815800b66f318dc5896 (diff) | |
download | freebsd-ports-gnome-ae5762976a393ee4297135f36671d7c16847b903.tar.gz freebsd-ports-gnome-ae5762976a393ee4297135f36671d7c16847b903.tar.zst freebsd-ports-gnome-ae5762976a393ee4297135f36671d7c16847b903.zip |
Remove double quotes from OPTIONng *_DESC now that make showconfig
no longer needs them.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vdr-plugin-softhddevice/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vdr-plugins/Makefile | 14 | ||||
-rw-r--r-- | multimedia/w_scan/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xbmc-pvr/Makefile | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/multimedia/vdr-plugin-softhddevice/Makefile b/multimedia/vdr-plugin-softhddevice/Makefile index fb53df491b1e..ae1c0ce54973 100644 --- a/multimedia/vdr-plugin-softhddevice/Makefile +++ b/multimedia/vdr-plugin-softhddevice/Makefile @@ -37,7 +37,7 @@ WRKSRC= ${WRKDIR}/${PLUGIN}-${PORTVERSION} .include "${.CURDIR}/../vdr/Makefile.plugins" OPTIONS_DEFINE= VAAPI -VAAPI_DESC= "Enable vaapi support (experimental)" +VAAPI_DESC= Enable vaapi support (experimental) .include <bsd.port.options.mk> diff --git a/multimedia/vdr-plugins/Makefile b/multimedia/vdr-plugins/Makefile index a5dbf4b82747..3962970909a9 100644 --- a/multimedia/vdr-plugins/Makefile +++ b/multimedia/vdr-plugins/Makefile @@ -32,21 +32,21 @@ IPTV_DESC= IP television OSDPIP_DESC= picture-in-picture OSDTELETEXT_DESC= OSD teletext REELSCAN_DESC= Reel channelscan -REMOTE_DESC= "non-lirc remote control (experimental)" +REMOTE_DESC= non-lirc remote control (experimental) SKINENIGMANG_DESC= Enigma-NG skin -STREAMDEV_DESC= "stream device (server and client)" +STREAMDEV_DESC= stream device (server and client) TTXTSUBS_DESC= teletext subtitle plugin WIRBELSCAN_DESC= Wirbelscan XINELIBOUTPUT_DESC= xineliboutput plugin/viewer LIVE_DESC= live web plugin -UPNP_DESC= "UPnP/DLNA plugin (alpha!)" +UPNP_DESC= UPnP/DLNA plugin (alpha!) SLEEPTIMER_DESC= sleep timer plugin -XVDR_DESC= "XVDR plugin (for connecting XBMC PVR)" -EEPG_DESC= "extended EPG plugin (for UK/NL/etc.)" +XVDR_DESC= XVDR plugin (for connecting XBMC PVR) +EEPG_DESC= extended EPG plugin (for UK/NL/etc.) VDRMANAGER_DESC= plugin for VDR-Manager Android clients SOFTHDDEVICE_DESC= softhddevice plugin -VNSISERVER_DESC= "VNSI server (for XBMC PVR branch - old)" -SOFTDEVICE_DESC= "softdevice (broken?)" +VNSISERVER_DESC= VNSI server (for XBMC PVR branch - old) +SOFTDEVICE_DESC= softdevice (broken?) MARKAD_DESC= MarkAd plugin OPTIONS_DEFAULT= CONTROL EPGSEARCH FEMON INFOSATEPG IPTV OSDPIP \ diff --git a/multimedia/w_scan/Makefile b/multimedia/w_scan/Makefile index 212729bd4b6f..1e53ffaf4c9a 100644 --- a/multimedia/w_scan/Makefile +++ b/multimedia/w_scan/Makefile @@ -16,7 +16,7 @@ COMMENT= Perform frequency scans for DVB and ATSC transmissions BUILD_DEPENDS= v4l_compat>=1.0.20120501:${PORTSDIR}/multimedia/v4l_compat OPTIONS_DEFINE= LINUX -LINUX_DESC= "Install Linux binary too (linux-w_scan)" +LINUX_DESC= Install Linux binary too (linux-w_scan) .include <bsd.port.options.mk> diff --git a/multimedia/xbmc-pvr/Makefile b/multimedia/xbmc-pvr/Makefile index 2483186c20ce..e540220ece40 100644 --- a/multimedia/xbmc-pvr/Makefile +++ b/multimedia/xbmc-pvr/Makefile @@ -89,8 +89,8 @@ PLIST_SUB+= PYVER="${PYTHON_VERSION:S/python//:S/.//g}" OPTIONS_DEFINE= AVAHI LIBBLURAY FAAC HAL LIRC MMS NONFREE PULSEAUDIO RTMP \ VAAPI VDPAU XRANDR WEBSERVER -MMS_DESC= "Enable mms:// & mmsh:// support" -NONFREE_DESC= "Enable non-free components (rar, ccx, ffmpeg)" +MMS_DESC= Enable mms:// & mmsh:// support +NONFREE_DESC= Enable non-free components (rar, ccx, ffmpeg) OPTIONS_DEFAULT= AVAHI LIBBLURAY HAL MMS XRANDR DESKTOP_ENTRIES="XBMC" \ |