Date: Sun, 24 Sep 2023 18:58:50 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1ee58e3d9f03 - main - net-p2p/transmission: Fix pkg-plist.default Message-ID: <202309241858.38OIwo03045662@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ee58e3d9f0325a2d6e19d8ea8b1608d9d03caed commit 1ee58e3d9f0325a2d6e19d8ea8b1608d9d03caed Author: Rafe <mondo.debater_0q@icloud.com> AuthorDate: 2023-09-22 16:57:18 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-09-24 18:57:14 +0000 net-p2p/transmission: Fix pkg-plist.default This fixes a plist issue when the port is built in default flavour with DOCS disabled. PR: 274025 Reported by: t.weustink@outlook.com --- net-p2p/transmission/pkg-plist.default | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-p2p/transmission/pkg-plist.default b/net-p2p/transmission/pkg-plist.default index 9afdc2d42d8f..ca69c2fc4aee 100644 --- a/net-p2p/transmission/pkg-plist.default +++ b/net-p2p/transmission/pkg-plist.default @@ -14,9 +14,9 @@ %%UTILS%%man/man1/transmission-remote.1.gz %%UTILS%%man/man1/transmission-show.1.gz %%QT%%share/applications/transmission-qt.desktop -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/news/news-4.0.0.md %%PORTDOCS%%%%DOCSDIR%%/news/news-4.0.1.md %%PORTDOCS%%%%DOCSDIR%%/news/news-4.0.2.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309241858.38OIwo03045662>