Skip to content

Commit

Permalink
net/stone: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 25, 2024
1 parent 1209f41 commit e5d9492
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions net/stone/Makefile
@@ -1,5 +1,6 @@
PORTNAME= stone
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.gcd.org/sengoku/stone/

Expand Down Expand Up @@ -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>
4 changes: 2 additions & 2 deletions 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

0 comments on commit e5d9492

Please sign in to comment.