Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2024 16:08:46 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b9cbc8e9184d - main - accessibility/sct: Move man pages to share/man
Message-ID:  <202403021608.422G8kxE068542@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b9cbc8e9184d390dae97ddb0ec0b980c735d0281

commit b9cbc8e9184d390dae97ddb0ec0b980c735d0281
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-02 16:07:48 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-02 16:08:35 +0000

    accessibility/sct: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 accessibility/sct/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/accessibility/sct/Makefile b/accessibility/sct/Makefile
index e1b6b1f0f432..66edcd933ccc 100644
--- a/accessibility/sct/Makefile
+++ b/accessibility/sct/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sct
 DISTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	accessibility
 
 MAINTAINER=	0mp@FreeBSD.org
@@ -13,9 +14,10 @@ USES=		xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	0mp
 USE_XORG=	x11 xrandr
+MAKE_ARGS=	MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	bin/sct \
-		man/man1/sct.1.gz
+		share/man/man1/sct.1.gz
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403021608.422G8kxE068542>