Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 10:32:48 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0d6f7a867046 - main - net/tcludp: Moved man to share/man
Message-ID:  <202402251032.41PAWmom066782@gitrepo.freebsd.org>

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

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

commit 0d6f7a867046bdc0da63996a34a4aefc9ca3e0a6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 10:22:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 10:31:45 +0000

    net/tcludp: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net/tcludp/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/tcludp/Makefile b/net/tcludp/Makefile
index bfbef7957257..d1194ca3ec2a 100644
--- a/net/tcludp/Makefile
+++ b/net/tcludp/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tcludp
 PORTVERSION=	1.0.11
+PORTREVISION=	1
 CATEGORIES=	net tcl
 MASTER_SITES=	SF
 
@@ -14,12 +15,13 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USES=		tcl:tea
 USE_LDCONFIG=	${PREFIX}/lib/${TCL_PKG}
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 TEST_TARGET=	test
 
 PLIST_FILES=	lib/${TCL_PKG}/lib${TCL_PKG}.so \
 		lib/${TCL_PKG}/pkgIndex.tcl \
-		man/mann/udp.n.gz
+		share/man/mann/udp.n.gz
 
 .include <bsd.port.mk>



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