diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-30 21:59:29 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-30 22:35:34 +0000 |
commit | f18686df4cef736b061741dfeedbce6cf1d969d3 (patch) | |
tree | 30d6446a107182e044bc59de843b74d600664f15 | |
parent | daf2152952f16b6d026938188740841f2cd873ca (diff) |
devel/clinfo: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | devel/clinfo/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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> |