git: 81516ec7cfbf - main - games/awale: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 19:02:40 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=81516ec7cfbfbb723d6b95a94ea75110b9706dca commit 81516ec7cfbfbb723d6b95a94ea75110b9706dca Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 18:23:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 19:01:47 +0000 games/awale: Moved man to share/man Approved by: portmgr (blanket) --- games/awale/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/games/awale/Makefile b/games/awale/Makefile index cdec4029c189..5d39024b9dbd 100644 --- a/games/awale/Makefile +++ b/games/awale/Makefile @@ -1,5 +1,6 @@ PORTNAME= awale PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SAVANNAH @@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= tk:wrapper GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share SUB_FILES= pkg-message @@ -19,8 +21,8 @@ PORTDATA= * PORTDOCS= * PLIST_FILES= bin/awale \ bin/xawale \ - man/man6/awale.6.gz \ - man/man6/xawale.6.gz \ + share/man/man6/awale.6.gz \ + share/man/man6/xawale.6.gz \ share/applications/awale.desktop OPTIONS_DEFINE= DOCS