git: f18686df4cef - main - devel/clinfo: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 22:36:14 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f18686df4cef736b061741dfeedbce6cf1d969d3 commit f18686df4cef736b061741dfeedbce6cf1d969d3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 21:59:29 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 22:35:34 +0000 devel/clinfo: Moved man to share/man Approved by: portmgr (blanket) --- devel/clinfo/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/clinfo/Makefile b/devel/clinfo/Makefile index fd71c95d7767..2db75d8f639e 100644 --- a/devel/clinfo/Makefile +++ b/devel/clinfo/Makefile @@ -1,5 +1,6 @@ PORTNAME= clinfo PORTVERSION= 3.0.23.01.25 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org @@ -16,8 +17,11 @@ USE_GITHUB= yes GH_ACCOUNT= Oblomov USES= gmake localbase:ldflags + +MAKE_ARGS+= MANDIR=${PREFIX}/share/man + ALL_TARGET= # PLIST_FILES= bin/clinfo \ - man/man1/clinfo.1.gz + share/man/man1/clinfo.1.gz .include <bsd.port.mk>