aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2014-12-16 16:56:09 +0800
committerdanfe <danfe@FreeBSD.org>2014-12-16 16:56:09 +0800
commitcf235160982614d11df4958da1e5069cc81fd81c (patch)
treed8af84f4cb0839b1149301ac56c2f958da3b01c9 /devel
parent264f1aff01e5575005479a4b44300c1b671ee838 (diff)
downloadfreebsd-ports-gnome-cf235160982614d11df4958da1e5069cc81fd81c.tar.gz
freebsd-ports-gnome-cf235160982614d11df4958da1e5069cc81fd81c.tar.zst
freebsd-ports-gnome-cf235160982614d11df4958da1e5069cc81fd81c.zip
- Improve wording and formatting (most notably, missing space before opening
parenthesis) in some buggy option descriptions - Standardize Makefile header when appropriate, drop one OPTIONS_DEFAULT=IPV6
Diffstat (limited to 'devel')
-rw-r--r--devel/c-unit/Makefile3
-rw-r--r--devel/gdb/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/c-unit/Makefile b/devel/c-unit/Makefile
index 1f63d7801d26..30f66fa75940 100644
--- a/devel/c-unit/Makefile
+++ b/devel/c-unit/Makefile
@@ -28,7 +28,8 @@ PATHFIX_MAKEFILEIN= Makefile.am
OPTIONS_DEFINE= AUT BAS CON CUR DEB EXA ITE MEM
OPTIONS_DEFAULT= AUT BAS CON
OPTIONS_SUB= yes
-AUT_DESC= Automated(XML) interface
+
+AUT_DESC= Automated (XML) interface
BAS_DESC= Basic interface
CON_DESC= Console interface
CUR_DESC= Curses interface
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile
index 96a3b4f56e68..08814f40578e 100644
--- a/devel/gdb/Makefile
+++ b/devel/gdb/Makefile
@@ -39,8 +39,8 @@ OPTIONS_DEFAULT= GDB_LINK THREADS TUI PORT_READLINE
OPTIONS_SINGLE= READLINE
OPTIONS_SINGLE_READLINE= BASE_READLINE BUNDLED_READLINE PORT_READLINE
-GDB_LINK_DESC= Create the gdb link
-BASE_READLINE_DESC= from base system(EXPERIMENTAL)
+GDB_LINK_DESC= Create ${PREFIX}/bin/gdb symlink
+BASE_READLINE_DESC= from base system (experimental)
BUNDLED_READLINE_DESC= from gdb distfile
PORT_READLINE_DESC= from devel/readline port
TUI_DESC= Text User Interface enabled