Skip to content

Commit

Permalink
games/2048: Moved man to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Jan 30, 2024
1 parent ef282c6 commit 8e6d481
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions games/2048/Makefile
@@ -1,5 +1,6 @@
PORTNAME= 2048
PORTVERSION= 0.9.1
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= games

Expand All @@ -16,14 +17,14 @@ GH_PROJECT= 2048-cli

USES= ncurses gmake
ALL_TARGET= curses
PLIST_FILES= bin/2048 man/man1/2048.1.gz
PLIST_FILES= bin/2048 share/man/man1/2048.1.gz
PORTDOCS= README.md

OPTIONS_DEFINE= DOCS

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/2048 ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/2048.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/2048.1 ${STAGEDIR}${PREFIX}/share/man/man1
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}

Expand Down

0 comments on commit 8e6d481

Please sign in to comment.