Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 20:44:03 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: 328fbbf73e01 - main - misc/tkinfo: Moved man to share/man
Message-ID:  <202402242044.41OKi3ih056006@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=328fbbf73e014aff894b07f0739917739c16d156

commit 328fbbf73e014aff894b07f0739917739c16d156
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 20:31:34 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 20:43:20 +0000

    misc/tkinfo: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/tkinfo/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile
index e316fbed8dee..08a924e6c211 100644
--- a/misc/tkinfo/Makefile
+++ b/misc/tkinfo/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tkinfo
 PORTVERSION=	2.11
+PORTREVISION=	1
 CATEGORIES=	misc tk
 MASTER_SITES=	http://math-www.uni-paderborn.de/~axel/tkinfo/
 
@@ -14,7 +15,7 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 
 PLIST_FILES=	bin/tkinfo \
-		man/man1/tkinfo.1.gz
+		share/man/man1/tkinfo.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e \
@@ -23,6 +24,6 @@ post-patch:
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 .include <bsd.port.mk>



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