games/sol: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
24b65f5bb5
commit
bf375fb2ec
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= sol
|
||||
PORTVERSION= 1.0.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
|
||||
|
||||
|
@ -27,7 +28,7 @@ pre-build:
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sol ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/sol.6 ${STAGEDIR}${PREFIX}/man/man6
|
||||
${INSTALL_MAN} ${WRKSRC}/sol.6 ${STAGEDIR}${PREFIX}/share/man/man6
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/sol
|
||||
${INSTALL_DATA} ${WRKSRC}/sol.score ${STAGEDIR}${PREFIX}/share/sol
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/sol
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@(games,games,6755) bin/sol
|
||||
man/man6/sol.6.gz
|
||||
share/man/man6/sol.6.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
@(games,games,0660) share/sol/sol.score
|
||||
|
|
Loading…
Reference in a new issue