diff options
author | danfe <danfe@FreeBSD.org> | 2014-12-16 16:56:09 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-12-16 16:56:09 +0800 |
commit | cf235160982614d11df4958da1e5069cc81fd81c (patch) | |
tree | d8af84f4cb0839b1149301ac56c2f958da3b01c9 /devel | |
parent | 264f1aff01e5575005479a4b44300c1b671ee838 (diff) | |
download | freebsd-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/Makefile | 3 | ||||
-rw-r--r-- | devel/gdb/Makefile | 4 |
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 |