mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/stone: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
1209f4123a
commit
e5d9492514
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user