git: 97284e5c0e04 - main - games/xrick: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Mar 2024 15:08:17 UTC
The branch main has been updated by naddy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=97284e5c0e04ac501af5f35ff89a558fb224ea1b
commit 97284e5c0e04ac501af5f35ff89a558fb224ea1b
Author: Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-16 14:55:55 +0000
Commit: Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-16 14:55:55 +0000
games/xrick: Move man pages to share/man
Approved by: portmgr (blanket)
---
games/xrick/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games/xrick/Makefile b/games/xrick/Makefile
index 80c52b6cc44e..2c4c062e5fec 100644
--- a/games/xrick/Makefile
+++ b/games/xrick/Makefile
@@ -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