git: 60dba5d9a446 - main - misc/broot: Some doc files removed upstream
Rainer Hurling
rhurlin at FreeBSD.org
Sun Jul 4 06:52:16 UTC 2021
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=60dba5d9a446641b3e1b97e94138d5707e5196bd
commit 60dba5d9a446641b3e1b97e94138d5707e5196bd
Author: Rainer Hurling <rhurlin at FreeBSD.org>
AuthorDate: 2021-07-04 06:12:03 +0000
Commit: Rainer Hurling <rhurlin at FreeBSD.org>
CommitDate: 2021-07-04 06:52:04 +0000
misc/broot: Some doc files removed upstream
Fix breakage because of missing files client-server.md and features.md [1].
[1] https://github.com/Canop/broot/commit/442e304c3f3ca867d09103301efee42da7ea969f
Approved by: Lewis Cook <lcook at FreeBSD.org> (maintainer)
---
misc/broot/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/misc/broot/Makefile b/misc/broot/Makefile
index 43cee69b19b1..25aac2228f6b 100644
--- a/misc/broot/Makefile
+++ b/misc/broot/Makefile
@@ -222,8 +222,7 @@ CARGO_FEATURES= --no-default-features
SUB_FILES= pkg-message
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
-PORTDOCS= CHANGELOG.md README.md client-server.md documentation.md \
- features.md
+PORTDOCS= CHANGELOG.md README.md documentation.md
OPTIONS_DEFINE= CLIENT_SERVER CLIPBOARD DOCS
OPTIONS_DEFAULT= CLIENT_SERVER CLIPBOARD
More information about the dev-commits-ports-all
mailing list