Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 10:32:47 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: e5d94925145c - main - net/stone: Moved man to share/man
Message-ID:  <202402251032.41PAWlkH066737@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=e5d94925145c4cf966c1c1a50f9a6c523c34fe47

commit e5d94925145c4cf966c1c1a50f9a6c523c34fe47
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 10:21:13 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 10:31:44 +0000

    net/stone: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net/stone/Makefile  | 5 +++--
 net/stone/pkg-plist | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net/stone/Makefile b/net/stone/Makefile
index ac46109ac029..86d118d5acf2 100644
--- a/net/stone/Makefile
+++ b/net/stone/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	stone
 PORTVERSION=	2.4
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.gcd.org/sengoku/stone/
 
@@ -32,8 +33,8 @@ post-patch:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/stone ${STAGEDIR}${PREFIX}/bin/stone
-	${INSTALL_MAN} ${FILESDIR}/stone.1 ${STAGEDIR}${PREFIX}/man/man1/stone.1
-	${INSTALL_MAN} ${FILESDIR}/stone.1.ja ${STAGEDIR}${PREFIX}/man/ja/man1/stone.1
+	${INSTALL_MAN} ${FILESDIR}/stone.1 ${STAGEDIR}${PREFIX}/share/man/man1/stone.1
+	${INSTALL_MAN} ${FILESDIR}/stone.1.ja ${STAGEDIR}${PREFIX}/share/man/ja/man1/stone.1
 	${INSTALL_DATA} ${FILESDIR}/stone.cnf ${STAGEDIR}${PREFIX}/etc/stone.cnf.sample
 
 .include <bsd.port.post.mk>
diff --git a/net/stone/pkg-plist b/net/stone/pkg-plist
index c5cbd6cf2a44..e3574e1ca32a 100644
--- a/net/stone/pkg-plist
+++ b/net/stone/pkg-plist
@@ -1,4 +1,4 @@
 @sample etc/stone.cnf.sample
 bin/stone
-man/ja/man1/stone.1.gz
-man/man1/stone.1.gz
+share/man/ja/man1/stone.1.gz
+share/man/man1/stone.1.gz



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