Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 21:42:43 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: 89cabca8f03d - main - misc/xtail: Moved man to share/man
Message-ID:  <202402242142.41OLgh9p057936@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=89cabca8f03d6c97b26dc98b34a6b5d5d11c9486

commit 89cabca8f03d6c97b26dc98b34a6b5d5d11c9486
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 20:46:15 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 20:46:15 +0000

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

diff --git a/misc/xtail/Makefile b/misc/xtail/Makefile
index f8bc8c938583..b51f6a014f82 100644
--- a/misc/xtail/Makefile
+++ b/misc/xtail/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xtail
 PORTVERSION=	2.1
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	http://www.unicom.com/sw/xtail/ \
 		http://utenti.gufi.org/~gmarco/files/distfiles/
@@ -10,10 +11,10 @@ WWW=		https://www.unicom.com/sw/xtail/
 
 HAS_CONFIGURE=	yes
 
-PLIST_FILES=	bin/xtail man/man1/xtail.1.gz
+PLIST_FILES=	bin/xtail share/man/man1/xtail.1.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xtail ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/xtail.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_DATA} ${WRKSRC}/xtail.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?202402242142.41OLgh9p057936>