Skip to content

Commit

Permalink
games/ishido: 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 24, 2024
1 parent 90b7f53 commit 086c2e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions games/ishido/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ishido
PORTVERSION= 1.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= LOCAL/obrien

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion games/ishido/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 086c2e6

Please sign in to comment.