Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2024 22:45:15 GMT
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 972fc6f20682 - main - x11/bgrot: Move man pages to share/man
Message-ID:  <202403192245.42JMjFLX028379@gitrepo.freebsd.org>

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

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

commit 972fc6f20682e34911af8460e015f3e834bda892
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-19 22:39:57 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-19 22:44:58 +0000

    x11/bgrot: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 x11/bgrot/Makefile  | 4 +++-
 x11/bgrot/pkg-plist | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile
index 7fa685180dbe..3d95264715cf 100644
--- a/x11/bgrot/Makefile
+++ b/x11/bgrot/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bgrot
 PORTVERSION=	1.31
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://www.over-yonder.net/~fullermd/projects/bgrot/ \
 		http://distfiles.over-yonder.net/bgrot/
@@ -15,6 +16,7 @@ RUN_DEPENDS=	xv:graphics/xv
 USES=		shebangfix perl5
 SHEBANG_FILES=	*.pl
 
-MAKE_ARGS=	IPREFIX=${STAGEDIR}${PREFIX}
+MAKE_ARGS=	IPREFIX=${STAGEDIR}${PREFIX} \
+		IMANDIR=${STAGEDIR}${PREFIX}/share/man
 
 .include <bsd.port.mk>
diff --git a/x11/bgrot/pkg-plist b/x11/bgrot/pkg-plist
index 5a62818383ba..2e953f394df9 100644
--- a/x11/bgrot/pkg-plist
+++ b/x11/bgrot/pkg-plist
@@ -4,4 +4,4 @@ bin/bgrotman.pl
 bin/createlist.sh
 bin/masterlistgen.sh
 @sample etc/bgrot.conf.sample
-man/man1/bgrot.1.gz
+share/man/man1/bgrot.1.gz



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