diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-24 01:12:13 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-24 01:12:13 +0800 |
commit | c050d7122743bd3cdf6348747abc853054fa45c3 (patch) | |
tree | 01208d8448cafb509723c70a318eef4c88907e8d /graphics | |
parent | 84ea38398cc7581a6c94fe09aeceb2601ce9352e (diff) | |
download | freebsd-ports-gnome-c050d7122743bd3cdf6348747abc853054fa45c3.tar.gz freebsd-ports-gnome-c050d7122743bd3cdf6348747abc853054fa45c3.tar.zst freebsd-ports-gnome-c050d7122743bd3cdf6348747abc853054fa45c3.zip |
Remove quotes that surrounded entire _DESC strings.
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pear-Image_Barcode/Makefile | 2 | ||||
-rw-r--r-- | graphics/swfdec/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pear-Image_Barcode/Makefile b/graphics/pear-Image_Barcode/Makefile index dcf5a5c19929..69cdb4a07970 100644 --- a/graphics/pear-Image_Barcode/Makefile +++ b/graphics/pear-Image_Barcode/Makefile @@ -16,7 +16,7 @@ USE_PHP= gd LATEST_LINK= pear-${PORTNAME} OPTIONS_DEFINE= PEAR_PHP_COMPAT -PEAR_PHP_COMPAT_DESC= "PEAR::PHP_Compat support" +PEAR_PHP_COMPAT_DESC= PEAR::PHP_Compat support PEAR_AUTOINSTALL= yes 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> |