SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/libcoap/patches/patch-man_Makefile_am
Normal file
12
devel/libcoap/patches/patch-man_Makefile_am
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: man/Makefile.am
|
||||
--- man/Makefile.am.orig
|
||||
+++ man/Makefile.am
|
||||
@@ -56,7 +56,7 @@ man7_MANS = $(MAN7)
|
||||
|
||||
# Man pages built byt a2x based on the NAMES section of the .txt file
|
||||
A2X_EXTRA_PAGES = @DOLLAR_SIGN@(shell for fil in $(TXT3) ; do sed -ne '/^NAME/,/^SYNOPSIS/p;/^SYNOPSIS/q' $${fil} | \
|
||||
- sed -ne '/coap_/{ s/ *, */\n/g; p }' | sed -ne 's/^\(coap_[a-zA-Z_]\+\).*$$/\1.3/p' ; done)
|
||||
+ gsed -ne '/coap_/{ s/ *, */\n/g; p }' | sed -ne 's/^\(coap_[a-zA-Z_]\+\).*$$/\1.3/p' ; done)
|
||||
|
||||
# Extra man pages that need to be installed due to limit of 10
|
||||
# names built by a2x
|
Loading…
Add table
Add a link
Reference in a new issue