git: 0d6f7a867046 - main - net/tcludp: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 10:32:48 UTC
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>