Date: Sat, 24 Feb 2024 08:16:20 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bf375fb2ec26 - main - games/sol: Moved man to share/man Message-ID: <202402240816.41O8GKjD075400@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf375fb2ec268334e4d000beabcb7f4688af2292 commit bf375fb2ec268334e4d000beabcb7f4688af2292 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 07:49:40 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:49:40 +0000 games/sol: Moved man to share/man Approved by: portmgr (blanket) --- games/sol/Makefile | 3 ++- games/sol/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/sol/Makefile b/games/sol/Makefile index dd8daada6488..fc0604c29004 100644 --- a/games/sol/Makefile +++ b/games/sol/Makefile @@ -1,5 +1,6 @@ PORTNAME= sol PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://shh.thathost.com/pub-unix/files/ @@ -27,7 +28,7 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sol ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/sol.6 ${STAGEDIR}${PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/sol.6 ${STAGEDIR}${PREFIX}/share/man/man6 @${MKDIR} ${STAGEDIR}${PREFIX}/share/sol ${INSTALL_DATA} ${WRKSRC}/sol.score ${STAGEDIR}${PREFIX}/share/sol @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/sol diff --git a/games/sol/pkg-plist b/games/sol/pkg-plist index 93cc5dd306db..59e85398ae5a 100644 --- a/games/sol/pkg-plist +++ b/games/sol/pkg-plist @@ -1,5 +1,5 @@ @(games,games,6755) bin/sol -man/man6/sol.6.gz +share/man/man6/sol.6.gz %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/README @(games,games,0660) share/sol/sol.score
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240816.41O8GKjD075400>