git: ddfd54fe30c1 - main - multimedia/fswebcam: Move man pages to share/man.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Mar 2024 23:40:21 UTC
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>