mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
emulators/hv_kvp_cmd: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b065101d24
commit
ac1b15fa8e
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue