git: 24b65f5bb548 - main - games/ski: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 07:48:49 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=24b65f5bb5486346a544002c094e0e3e0387b39e commit 24b65f5bb5486346a544002c094e0e3e0387b39e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 07:48:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:48:15 +0000 games/ski: Moved man to share/man Approved by: portmgr (blanket) --- games/ski/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/ski/Makefile b/games/ski/Makefile index 43a52b4d0729..0fb5116e9649 100644 --- a/games/ski/Makefile +++ b/games/ski/Makefile @@ -1,5 +1,6 @@ PORTNAME= ski PORTVERSION= 6.13 +PORTREVISION= 1 CATEGORIES= games python MAINTAINER= ports@FreeBSD.org @@ -19,7 +20,7 @@ GL_TAGNAME= 0b50570a28a99de2ea797f703b104ec03835d24d NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} \ - man/man6/${PORTNAME}.6.gz \ + share/man/man6/${PORTNAME}.6.gz \ share/applications/${PORTNAME}.desktop \ share/appdata/${PORTNAME}.xml \ share/pixmaps/${PORTNAME}.png @@ -29,7 +30,7 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|; \ - s|/usr/share/man|${PREFIX}/man|; \ + s|/usr/share/man|${PREFIX}/share/man|; \ s|/usr/share|${PREFIX}/share|' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \