aboutsummaryrefslogtreecommitdiff
path: root/textproc/bsdsort
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 /textproc/bsdsort
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 'textproc/bsdsort')
-rw-r--r--textproc/bsdsort/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/bsdsort/Makefile b/textproc/bsdsort/Makefile
index ee445b4d4d75..2f4aee8e5838 100644
--- a/textproc/bsdsort/Makefile
+++ b/textproc/bsdsort/Makefile
@@ -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