Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 18:37:54 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: 713f5fd4e8d0 - main - net/tayga: Move man pages to share/man
Message-ID:  <202403201837.42KIbsY7041629@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=713f5fd4e8d026eaed43b23cc0129637e0d2878a

commit 713f5fd4e8d026eaed43b23cc0129637e0d2878a
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 17:53:56 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 18:37:10 +0000

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

diff --git a/net/tayga/Makefile b/net/tayga/Makefile
index feb63a772ab3..8bc53303e4f6 100644
--- a/net/tayga/Makefile
+++ b/net/tayga/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tayga
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.litech.org/tayga/
 
@@ -11,5 +12,6 @@ LICENSE=	GPLv2
 
 USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/net/tayga/pkg-plist b/net/tayga/pkg-plist
index b36c6e63be9c..ba18836852fc 100644
--- a/net/tayga/pkg-plist
+++ b/net/tayga/pkg-plist
@@ -1,4 +1,4 @@
-man/man5/tayga.conf.5.gz
-man/man8/tayga.8.gz
 @sample etc/tayga.conf.example etc/tayga.conf
 sbin/tayga
+share/man/man5/tayga.conf.5.gz
+share/man/man8/tayga.8.gz



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