git: 44bb8bd63a4a - main - sysutils/pick: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 06:35:35 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=44bb8bd63a4a475a65ccbced4f959daf5eba0920 commit 44bb8bd63a4a475a65ccbced4f959daf5eba0920 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 06:31:20 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 06:31:20 +0000 sysutils/pick: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/pick/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/pick/Makefile b/sysutils/pick/Makefile index 876656603e3e..09cfff4d028a 100644 --- a/sysutils/pick/Makefile +++ b/sysutils/pick/Makefile @@ -1,5 +1,6 @@ PORTNAME= pick PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/mptre/pick/releases/download/v${PORTVERSION}/ @@ -12,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= ncurses HAS_CONFIGURE= yes -MAKE_ARGS= INSTALL="${INSTALL_PROGRAM}" +MAKE_ARGS= INSTALL="${INSTALL_PROGRAM}" MANDIR="${PREFIX}/share/man" PLIST_FILES= bin/pick \ - man/man1/pick.1.gz + share/man/man1/pick.1.gz .include <bsd.port.mk>