diff options
author | wxs <wxs@FreeBSD.org> | 2012-11-20 02:28:56 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-11-20 02:28:56 +0800 |
commit | 0777b0033591da1e0d1db82cf7f29ab637954bd8 (patch) | |
tree | 7cd7611b3faa7fde756308f86f4c045b8a94bdd2 | |
parent | 3993618974299ce28cf0eb92deb834439e20e752 (diff) | |
download | freebsd-ports-gnome-0777b0033591da1e0d1db82cf7f29ab637954bd8.tar.gz freebsd-ports-gnome-0777b0033591da1e0d1db82cf7f29ab637954bd8.tar.zst freebsd-ports-gnome-0777b0033591da1e0d1db82cf7f29ab637954bd8.zip |
Remove unnecessary quotes.
Noticed by: crees
Feature safe: yes
-rw-r--r-- | net/libnids/Makefile | 4 | ||||
-rw-r--r-- | net/silc-client/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile index 43740a95dcb2..ebffc2449aa5 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -16,8 +16,8 @@ COMMENT= Network monitoring library with TCP/IP reassembly LICENSE= GPLv2 OPTIONS_DEFINE= LIBNET GLIB2 -LIBNET_DESC= "Use libnet 1.1.x" -GLIB2_DESC= "Use GLIB2 for multiprocessing support" +LIBNET_DESC= Use libnet 1.1.x +GLIB2_DESC= Use GLIB2 for multiprocessing support OPTIONS_DEFAULT= LIBNET GLIB2 WANT_GNOME= yes diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index fa7cdb5e7e54..47cb43c4a31b 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -35,8 +35,8 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} \ WANT_PERL= yes OPTIONS_DEFINE= PTHREADS IPV6 ICONV PERL OPTIMIZED_ASM -PTHREADS_DESC= "Enable pthreads support" -OPTIMIZED_ASM_DESC= "Use assembler optimizations (i386 only)" +PTHREADS_DESC= Enable pthreads support +OPTIMIZED_ASM_DESC= Use assembler optimizations (i386 only) OPTIONS_DEFAULT= IPV6 ICONV PERL OPTIMIZED_ASM .ifdef(IRSSI_PLUGIN) |