aboutsummaryrefslogtreecommitdiff
path: root/graphics/swfdec
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-23 17:12:13 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-23 17:12:13 +0000
commit670f06c5222928202e52a22f36ce479a5fde1440 (patch)
tree01208d8448cafb509723c70a318eef4c88907e8d /graphics/swfdec
parent2bbb53adc36284dc2507485b13f0126c3d49984f (diff)
downloadports-670f06c5222928202e52a22f36ce479a5fde1440.tar.gz
ports-670f06c5222928202e52a22f36ce479a5fde1440.zip
Remove quotes that surrounded entire _DESC strings.
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes: svn path=/head/; revision=362713
Diffstat (limited to 'graphics/swfdec')
-rw-r--r--graphics/swfdec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile
index f1ed41279e34..1652d7427693 100644
--- a/graphics/swfdec/Makefile
+++ b/graphics/swfdec/Makefile
@@ -26,7 +26,7 @@ LDFLAGS+= -Wl,-Bsymbolic -L${LOCALBASE}/lib
PLIST_SUB= VERSION=${PORTVERSION:R}
OPTIONS_DEFINE= PULSEAUDIO
-PULSEAUDIO_DESC="Enable the PulseAudio sound module"
+PULSEAUDIO_DESC=Enable the PulseAudio sound module
.include <bsd.port.options.mk>