Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2024 19:32:17 GMT
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bcd0b3d64436 - main - misc/tlci: Move man pages to share/man
Message-ID:  <202403151932.42FJWHK6068133@gitrepo.freebsd.org>

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

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

commit bcd0b3d644361b1fb5f76e328554e9abd1e69e11
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-15 19:23:26 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-15 19:32:11 +0000

    misc/tlci: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/tlci/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/misc/tlci/Makefile b/misc/tlci/Makefile
index be87eaa6023c..e58bbf037aeb 100644
--- a/misc/tlci/Makefile
+++ b/misc/tlci/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tlci
 DISTVERSION=	0.1.0.2
+PORTREVISION=	1
 CATEGORIES=	misc
 
 MAINTAINER=	nsonack@outlook.com
@@ -13,8 +14,8 @@ USE_GITLAB=	yes
 GL_ACCOUNT=	herrhotzenplotz
 GL_TAGNAME=	4a3dd51a872f36a513f06efa475922259dee91f1
 
-PLIST_FILES=	${PREFIX}/bin/tlci \
-		${PREFIX}/man/man8/tlci.8.gz
+PLIST_FILES=	bin/tlci \
+		share/man/man8/tlci.8.gz
 
 .include <bsd.port.options.mk>
 
@@ -24,7 +25,9 @@ PLIST_FILES=	${PREFIX}/bin/tlci \
 #		${WRKSRC}/Makefile
 #.endif
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tlci
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/tlci ${STAGEDIR}/${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/docs/tlci.8.gz \
+		${STAGEDIR}/${PREFIX}/share/man/man8
 
 .include <bsd.port.mk>



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