1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Remove quotes that surrounded entire _DESC strings.

Approved by:	portmgr (not really, but touches unstaged ports)
This commit is contained in:
Adam Weinberger 2014-07-23 17:12:13 +00:00
parent 2bbb53adc3
commit 670f06c522
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362713
10 changed files with 21 additions and 21 deletions

View File

@ -20,7 +20,7 @@ USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= TEXTDIFF
TEXTDIFF_DESC= "Text::Diff support for ptardiff"
TEXTDIFF_DESC= Text::Diff support for ptardiff
TEXTDIFF_RUN_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff

View File

@ -18,9 +18,9 @@ LATEST_LINK= pear-${PORTNAME}
OPTIONS_DEFINE= PEAR_MAIL PEAR_MAIL_MIME PEAR_CACHE_LITE
PEAR_MAIL_DESC= "PEAR::Mail support"
PEAR_MAIL_MIME_DESC= "PEAR::Mail_Mime support"
PEAR_CACHE_LITE_DESC= "PEAR::Cache_Lite support"
PEAR_MAIL_DESC= PEAR::Mail support
PEAR_MAIL_MIME_DESC= PEAR::Mail_Mime support
PEAR_CACHE_LITE_DESC= PEAR::Cache_Lite support
PEAR_AUTOINSTALL= YES

View File

@ -17,8 +17,8 @@ LATEST_LINK= pear-${PORTNAME}
OPTIONS_DEFINE= PEAR_MDB2 PEAR_VALIDATE
PEAR_MDB2_DESC= "PEAR::MDB2 support"
PEAR_VALIDATE_DESC= "PEAR::Validate support"
PEAR_MDB2_DESC= PEAR::MDB2 support
PEAR_VALIDATE_DESC= PEAR::Validate support
PEAR_AUTOINSTALL= yes

View File

@ -13,9 +13,9 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
OPTIONS_DEFINE= GETTEXT SIMPLEXML JSON
GETTEXT_DESC= "Enable GetText Support"
SIMPLEXML_DESC= "Enable SimpleXML Support"
JSON_DESC= "Enable JSON Support"
GETTEXT_DESC= Enable GetText Support
SIMPLEXML_DESC= Enable SimpleXML Support
JSON_DESC= Enable JSON Support
.include <bsd.port.options.mk>

View File

@ -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

View File

@ -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>

View File

@ -28,7 +28,7 @@ INSTALLS_ICONS= yes
OPTIONS_DEFINE= QRCODE NOTIFY
OPTIONS_DEFAULT= QRCODE NOTIFY
QRCODE_DESC= "Show QR codes"
QRCODE_DESC= Show QR codes
QRCODE_CMAKE_ON= -DENABLE_QR_ENCODE:BOOL="ON"
QRCODE_LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode
NOTIFY_CMAKE_ON= -DENABLE_LIBNOTIFY:BOOL="ON"

View File

@ -19,7 +19,7 @@ USE_RC_SUBR= sapserver
SUB_FILES= pkg-message
OPTIONS_DEFINE= SLP
SLP_DESC= "Enable SLP support via openslp"
SLP_DESC= Enable SLP support via openslp
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View File

@ -26,7 +26,7 @@ MAKE_ENV+= BINDIR="${PREFIX}/bin" \
CFLAGS+= -std=c99
OPTIONS_DEFINE= THREADS NLS OVERWRITE_BASE
OVERWRITE_BASE_DESC= "Replaces base GNU sort"
OVERWRITE_BASE_DESC= Replaces base GNU sort
OPTIONS_DEFAULT= THREADS NLS
NO_STAGE= yes

View File

@ -24,13 +24,13 @@ LDFLAGS+= -L${LOCALBASE}/lib -lintl
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= CAIRO DOCS FRIBIDI IBUS M17NLIB SCIM SIXEL UIM
CAIRO_DESC= "Use Cairo for type engine (experimental)"
FRIBIDI_DESC= "Use Fribidi for BiDi rendering"
IBUS_DESC= "IBUS support (experimental)"
M17NLIB_DESC= "m17n library support (experimental)"
SCIM_DESC= "SCIM support (experimental)"
SIXEL_DESC= "Sixel graphics support"
UIM_DESC= "uim support (experimental)"
CAIRO_DESC= Use Cairo for type engine (experimental)
FRIBIDI_DESC= Use Fribidi for BiDi rendering
IBUS_DESC= IBUS support (experimental)
M17NLIB_DESC= m17n library support (experimental)
SCIM_DESC= SCIM support (experimental)
SIXEL_DESC= Sixel graphics support
UIM_DESC= uim support (experimental)
.include <bsd.port.options.mk>