git: e9060ffc3072 - main - x11-wm/berry: fix plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Oct 2023 01:53:33 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9060ffc3072fd5e4fb6f0bff410c9d4e601b5f0 commit e9060ffc3072fd5e4fb6f0bff410c9d4e601b5f0 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:51:27 +0000 x11-wm/berry: fix plist The man pages were listed for the wrong path. Approved by: portmgr (build fix blanket) MFH: 2023Q4 --- 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