Skip to content

Commit

Permalink
sysutils/libchk: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 16, 2024
1 parent 4e8374e commit f897d06
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sysutils/libchk/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libchk
PORTVERSION= 1.10.3
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
LOCAL/knu
Expand All @@ -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>

0 comments on commit f897d06

Please sign in to comment.