git: 530dd1a97eb8 - 2023Q4 - x11-wm/berry: fix plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Oct 2023 01:56:03 UTC
The branch 2023Q4 has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=530dd1a97eb8d5c481fe44ed6946f862e1f3e230 commit 530dd1a97eb8d5c481fe44ed6946f862e1f3e230 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-10-20 17:20:59 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-23 01:55:41 +0000 x11-wm/berry: fix plist The man pages were listed for the wrong path. Approved by: portmgr (build fix blanket) MFH: 2023Q4 (cherry picked from commit e9060ffc3072fd5e4fb6f0bff410c9d4e601b5f0) --- x11-wm/berry/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/berry/Makefile b/x11-wm/berry/Makefile index cce1e8e2f169..97fb23c31da1 100644 --- a/x11-wm/berry/Makefile +++ b/x11-wm/berry/Makefile @@ -23,8 +23,8 @@ CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \ PLIST_FILES= bin/${PORTNAME} \ bin/${PORTNAME}c \ - man/man1/${PORTNAME}.1.gz \ - man/man1/${PORTNAME}c.1.gz + share/man/man1/${PORTNAME}.1.gz \ + share/man/man1/${PORTNAME}c.1.gz PORTDOCS= README.md PORTEXAMPLES= autostart sxhkdrc xephyr.sh