Date: Fri, 1 Mar 2024 23:40:21 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ddfd54fe30c1 - main - multimedia/fswebcam: Move man pages to share/man. Message-ID: <202403012340.421NeLYO099242@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddfd54fe30c125c9b4f1df55f1199ff695214e56 commit ddfd54fe30c125c9b4f1df55f1199ff695214e56 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-03-01 23:39:42 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-03-01 23:39:42 +0000 multimedia/fswebcam: Move man pages to share/man. --- multimedia/fswebcam/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/multimedia/fswebcam/Makefile b/multimedia/fswebcam/Makefile index ca640e247620..8e0c8329e169 100644 --- a/multimedia/fswebcam/Makefile +++ b/multimedia/fswebcam/Makefile @@ -1,5 +1,6 @@ PORTNAME= fswebcam PORTVERSION= 20200725 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= madpilot@FreeBSD.org @@ -17,8 +18,9 @@ USES= localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= fsphil GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/fswebcam \ - man/man1/fswebcam.1.gz + share/man/man1/fswebcam.1.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403012340.421NeLYO099242>