Skip to content

Commit

Permalink
games/pmars: 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 6982a4e commit 44851ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions games/pmars/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pmars
PORTVERSION= 0.9.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/corewar/pMARS/${PORTVERSION}

Expand Down Expand Up @@ -67,7 +67,7 @@ do-install:
.for f in ${TARGETS}
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${f} ${STAGEDIR}${PREFIX}/bin
.endfor
${INSTALL_MAN} ${WRKSRC}/../doc/pmars.6 ${STAGEDIR}${PREFIX}/man/man6
${INSTALL_MAN} ${WRKSRC}/../doc/pmars.6 ${STAGEDIR}${PREFIX}/share/man/man6
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/.. && ${COPYTREE_SHARE} "README config doc warriors" ${STAGEDIR}${DOCSDIR}

Expand Down
2 changes: 1 addition & 1 deletion games/pmars/pkg-plist
@@ -1,6 +1,6 @@
%%CURSES%%bin/pmars-curses
%%SERVER%%bin/pmars-server
man/man6/pmars.6.gz
share/man/man6/pmars.6.gz
%%X11%%bin/pmars-x11
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/config/94x.opt
Expand Down

0 comments on commit 44851ff

Please sign in to comment.