Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 18:37:53 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: d895318be962 - main - net/tac_plus4: Move man pages to share/man
Message-ID:  <202403201837.42KIbr7t041578@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=d895318be962bcdead9742604caeeac6b1234e8c

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

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

diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile
index c829a27df3f1..cbc35c024f21 100644
--- a/net/tac_plus4/Makefile
+++ b/net/tac_plus4/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tac_plus
 PORTVERSION=	F4.0.4.28
+PORTREVISION=	1
 CATEGORIES=	net security
 MASTER_SITES=	ftp://ftp.shrubbery.net/pub/${PORTNAME}/
 DISTNAME=	tacacs-${PORTVERSION}
@@ -9,6 +10,7 @@ COMMENT=	Cisco remote authentication/authorization/accounting server
 WWW=		https://www.cisco.com/en/US/tech/tk59/technologies_tech_note09186a00800946a3.shtml
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USES=		bison cpe perl5 libtool
 USE_PERL5=	build
 USE_RC_SUBR=	tac_plus
diff --git a/net/tac_plus4/pkg-plist b/net/tac_plus4/pkg-plist
index 3d018ad530ed..48208a6d6107 100644
--- a/net/tac_plus4/pkg-plist
+++ b/net/tac_plus4/pkg-plist
@@ -5,9 +5,9 @@ lib/libtacacs.a
 lib/libtacacs.so
 lib/libtacacs.so.1
 lib/libtacacs.so.1.0.0
-man/man5/tac_plus.conf.5.gz
-man/man8/tac_plus.8.gz
-man/man8/tac_pwd.8.gz
 sbin/tac_plus
 %%PORTDOCS%%%%DOCSDIR%%/tac_convert
 %%PORTDOCS%%%%DOCSDIR%%/users_guide
+share/man/man5/tac_plus.conf.5.gz
+share/man/man8/tac_plus.8.gz
+share/man/man8/tac_pwd.8.gz



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