From ddfd54fe30c125c9b4f1df55f1199ff695214e56 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Sat, 2 Mar 2024 00:39:42 +0100 Subject: [PATCH] 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