Date: Sat, 9 Mar 2024 08:31:20 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0b5607ed2fec - main - games/concentration: Move man pages to share/man Message-ID: <202403090831.4298VKRt024066@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b5607ed2fec308b79ac3bae7ce16772de4db22b commit 0b5607ed2fec308b79ac3bae7ce16772de4db22b Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-09 07:04:26 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-09 08:31:01 +0000 games/concentration: Move man pages to share/man Approved by: portmgr (blanket) --- games/concentration/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/concentration/Makefile b/games/concentration/Makefile index 113c4c63b85e..783391d39893 100644 --- a/games/concentration/Makefile +++ b/games/concentration/Makefile @@ -1,6 +1,6 @@ PORTNAME= concentration PORTVERSION= 1.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= http://www.shiftygames.com/concentration/ \ http://mirror.amdmi3.ru/distfiles/ @@ -14,10 +14,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake localbase sdl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_SDL= sdl mixer image ttf PLIST_FILES= bin/${PORTNAME} \ - man/man6/${PORTNAME}.6.gz + share/man/man6/${PORTNAME}.6.gz PORTDATA= * DESKTOP_ENTRIES="Concentration" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403090831.4298VKRt024066>