git: ac1b15fa8eb7 - main - emulators/hv_kvp_cmd: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 17:58:56 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac1b15fa8eb7e17800287a8d950ab7b06c832e6d commit ac1b15fa8eb7e17800287a8d950ab7b06c832e6d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 17:14:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 17:58:27 +0000 emulators/hv_kvp_cmd: Moved man to share/man Approved by: portmgr (blanket) --- emulators/hv_kvp_cmd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emulators/hv_kvp_cmd/Makefile b/emulators/hv_kvp_cmd/Makefile index 7000f40c8388..d4e6aa56e52d 100644 --- a/emulators/hv_kvp_cmd/Makefile +++ b/emulators/hv_kvp_cmd/Makefile @@ -1,5 +1,6 @@ PORTNAME= hv_kvp_cmd DISTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= pavelivolkov@gmail.com @@ -15,8 +16,8 @@ IGNORE= requires system source tree in the ${SRC_BASE} USE_GITHUB= yes GH_ACCOUNT= pol73 -MAKE_ARGS+= LOCAL=${STAGEDIR}${PREFIX} +MAKE_ARGS+= LOCAL=${STAGEDIR}${PREFIX} MANDIR=share/man -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz .include <bsd.port.mk>