Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2024 09:34:36 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: b6b0bce4b45a - main - comms/tits: Move man pages to share/man
Message-ID:  <202403140934.42E9Yatv024332@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=b6b0bce4b45a5c421c61f8d5952a94675aebb0ba

commit b6b0bce4b45a5c421c61f8d5952a94675aebb0ba
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-14 09:32:47 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-14 09:34:32 +0000

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

diff --git a/comms/tits/Makefile b/comms/tits/Makefile
index 19b0c9eda4d7..d940f070d66b 100644
--- a/comms/tits/Makefile
+++ b/comms/tits/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tits
 PORTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	http://www.mctavish.co.uk/tits/
 
@@ -11,7 +12,7 @@ LICENSE=	BSD4CLAUSE
 USES=		uidfix
 USE_RC_SUBR=	tits
 
-MAKE_ENV=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
+MAKE_ENV=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/share/man/man
 
 post-patch:
 	${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8
diff --git a/comms/tits/pkg-plist b/comms/tits/pkg-plist
index 277728f89306..f95c2e7028e8 100644
--- a/comms/tits/pkg-plist
+++ b/comms/tits/pkg-plist
@@ -1,3 +1,3 @@
 etc/tits.conf.default
-man/man8/tits.8.gz
 sbin/tits
+share/man/man8/tits.8.gz



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