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,22 +1,23 @@ PORTNAME= hv_kvp_cmd DISTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= pavelivolkov@gmail.com COMMENT= Hyper-V Data Exchange Service (KVP), users command line utility WWW= https://github.com/pol73/hv_kvp_cmd/ LICENSE= MIT .if !exists(${SRC_BASE}/sys/dev/hyperv/utilities/hv_kvp.h) IGNORE= requires system source tree in the ${SRC_BASE} .endif 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