git: 24a6df236457 - main - games/bs: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 19:02:41 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=24a6df2364570ef6175f37423783beb004644fe3 commit 24a6df2364570ef6175f37423783beb004644fe3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 18:27:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 19:01:50 +0000 games/bs: Moved man to share/man Approved by: portmgr (blanket) --- games/bs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/bs/Makefile b/games/bs/Makefile index 3ce8c9d35537..96c5434ac44a 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -1,5 +1,6 @@ PORTNAME= bs PORTVERSION= 2.11 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= alfix86@gmail.com @@ -22,7 +23,7 @@ GL_TAGNAME= 73947294765e163a7b914fd6eb4dd364125b3382 PLIST_FILES= ${DESKTOPDIR}/${PORTNAME}.desktop \ bin/${PORTNAME} \ - man/man6/${PORTNAME}.6.gz \ + share/man/man6/${PORTNAME}.6.gz \ share/appdata/${PORTNAME}.xml \ share/icons/hicolor/32x32/apps/battleship.png @@ -32,7 +33,7 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin/|; \ s|/usr/share/|${PREFIX}/share/|; \ - s|/usr/local/share/man|${PREFIX}/man/|' \ + s|/usr/local/share/man|${PREFIX}/share/man/|' \ ${WRKSRC}/Makefile post-install: