git: f897d064b354 - main - sysutils/libchk: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Mar 2024 19:42:43 UTC
The branch main has been updated by naddy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f897d064b354462bc3e0ac9d7ea02d7849fef280
commit f897d064b354462bc3e0ac9d7ea02d7849fef280
Author: Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-16 19:42:04 +0000
Commit: Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-16 19:42:04 +0000
sysutils/libchk: Move man pages to share/man
Approved by: portmgr (blanket)
---
sysutils/libchk/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/sysutils/libchk/Makefile b/sysutils/libchk/Makefile
index 4d6a0ddc9543..bf0a5807260a 100644
--- a/sysutils/libchk/Makefile
+++ b/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
@@ -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>