games/ishido: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
90b7f536a0
commit
086c2e65b2
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= ishido
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= LOCAL/obrien
|
||||
|
||||
|
@ -12,7 +12,7 @@ USE_XORG= x11
|
|||
MAKE_ENV= X11BASE=${LOCALBASE}
|
||||
|
||||
do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/ishido.6 ${STAGEDIR}${PREFIX}/man/man6
|
||||
${INSTALL_MAN} ${WRKSRC}/ishido.6 ${STAGEDIR}${PREFIX}/share/man/man6
|
||||
${INSTALL} ${COPY} ${STRIP} ${WRKSRC}/ishido ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL} ${COPY} ${WRKSRC}/ishido_scores ${STAGEDIR}${PREFIX}/share/misc/ishido_scores
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
bin/ishido
|
||||
@group
|
||||
@mode
|
||||
man/man6/ishido.6.gz
|
||||
share/man/man6/ishido.6.gz
|
||||
@mode 664
|
||||
@group games
|
||||
share/misc/ishido_scores
|
||||
|
|
Loading…
Reference in a new issue