git: 2a90c32d09d2 - main - net/knc: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 09:18:16 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a90c32d09d2eb4323e0e7e58a15740c8f717a63 commit 2a90c32d09d2eb4323e0e7e58a15740c8f717a63 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 08:32:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 09:17:46 +0000 net/knc: Moved man to share/man Approved by: portmgr (blanket) --- net/knc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/knc/Makefile b/net/knc/Makefile index d19723dd36b4..bd0ee67fd9a0 100644 --- a/net/knc/Makefile +++ b/net/knc/Makefile @@ -1,5 +1,6 @@ PORTNAME= knc PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://oskt.secure-endpoints.com/downloads/ @@ -12,8 +13,9 @@ LICENSE_COMB= multi USES= libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/knc \ - man/man1/knc.1.gz + share/man/man1/knc.1.gz .include <bsd.port.mk>