1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

games/xrick: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Christian Weisgerber 2024-03-16 14:55:55 +00:00
parent eb3e11bd62
commit 97284e5c0e

View File

@ -1,6 +1,6 @@
PORTNAME= xrick
PORTVERSION= 021212
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= games
MASTER_SITES= http://www.bigorno.net/xrick/
@ -17,7 +17,7 @@ LICENSE_PERMS= auto-accept
USES= gmake jpeg sdl tar:tgz
USE_SDL= sdl
PLIST_FILES= bin/xrick man/man6/xrick.6.gz share/xrick/data.zip
PLIST_FILES= bin/xrick share/man/man6/xrick.6.gz share/xrick/data.zip
PLIST_DIRS= share/xrick
post-patch:
@ -31,7 +31,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xrick ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xrick.6.gz ${STAGEDIR}${PREFIX}/man/man6
${INSTALL_MAN} ${WRKSRC}/xrick.6.gz ${STAGEDIR}${PREFIX}/share/man/man6
@${MKDIR} ${STAGEDIR}${PREFIX}/share/xrick
${INSTALL_DATA} ${WRKSRC}/data.zip ${STAGEDIR}${PREFIX}/share/xrick