Date: Sat, 24 Feb 2024 07:08:26 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: db9178878c82 - main - games/foobillard: Moved man to share/man Message-ID: <202402240708.41O78QRi056340@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=db9178878c82fb7a688d8cce7c31e720106da314 commit db9178878c82fb7a688d8cce7c31e720106da314 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 06:19:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:08:01 +0000 games/foobillard: Moved man to share/man Approved by: portmgr (blanket) --- games/foobillard/Makefile | 4 ++-- games/foobillard/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index 4471e77fcdbc..34eb467e2288 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -1,6 +1,6 @@ PORTNAME= foobillard PORTVERSION= 3.0a -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/FooBillard-Sources/ @@ -53,6 +53,6 @@ post-patch: ${WRKSRC}/src/Makefile.in post-install: - ${INSTALL_MAN} ${WRKSRC}/foobillard.6 ${STAGEDIR}${PREFIX}/man/man6/foobillard.6 + ${INSTALL_MAN} ${WRKSRC}/foobillard.6 ${STAGEDIR}${PREFIX}/share/man/man6/foobillard.6 .include <bsd.port.mk> diff --git a/games/foobillard/pkg-plist b/games/foobillard/pkg-plist index 6cef97d6a494..4eb5fd4ed4a6 100644 --- a/games/foobillard/pkg-plist +++ b/games/foobillard/pkg-plist @@ -31,4 +31,4 @@ bin/foobillard %%DATADIR%%/tabletex_fB_128x128.png %%DATADIR%%/tabletex_fB_256x256.png %%DATADIR%%/youregon.ttf -man/man6/foobillard.6.gz +share/man/man6/foobillard.6.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240708.41O78QRi056340>