git: 2cad96c0cc9f - main - misc/clex: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:07:48 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cad96c0cc9f87e85d335cf198b540162c0288ee commit 2cad96c0cc9f87e85d335cf198b540162c0288ee Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 19:54:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 19:54:49 +0000 misc/clex: Moved man to share/man Approved by: portmgr (blanket) --- misc/clex/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/misc/clex/Makefile b/misc/clex/Makefile index 2be6f065a537..5bbe6a09f280 100644 --- a/misc/clex/Makefile +++ b/misc/clex/Makefile @@ -1,5 +1,6 @@ PORTNAME= clex PORTVERSION= 4.7 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= https://github.com/xitop/${PORTNAME}/releases/download/v${PORTVERSION}/ @@ -12,11 +13,12 @@ LICENSE= GPLv2 USES= ncurses gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/clex bin/cfg-clex bin/kbd-test \ - man/man1/cfg-clex.1.gz \ - man/man1/clex.1.gz \ - man/man1/kbd-test.1.gz + share/man/man1/cfg-clex.1.gz \ + share/man/man1/clex.1.gz \ + share/man/man1/kbd-test.1.gz PORTDOCS= AUTHORS ChangeLog README