sysutils/libchk: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
4e8374e10c
commit
f897d064b3
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= libchk
|
||||
PORTVERSION= 1.10.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
||||
LOCAL/knu
|
||||
|
@ -12,9 +13,10 @@ LICENSE= BSD2CLAUSE
|
|||
|
||||
USES= ruby tar:bzip2 uidfix
|
||||
|
||||
MAKE_ARGS= PREFIX="${PREFIX}"
|
||||
MAKE_ARGS= PREFIX="${PREFIX}" \
|
||||
MANDIR="${PREFIX}/share/man/man"
|
||||
|
||||
PLIST_FILES= man/man1/libchk.1.gz \
|
||||
sbin/libchk
|
||||
PLIST_FILES= sbin/libchk \
|
||||
share/man/man1/libchk.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue