git: 0b5607ed2fec - main - games/concentration: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 08:31:20 UTC
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" \