emulators/hv_kvp_cmd: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-23 18:14:25 +01:00
parent b065101d24
commit ac1b15fa8e
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 2 deletions

View File

@ -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>