aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 08:32:47 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 09:17:46 +0000
commit2a90c32d09d2eb4323e0e7e58a15740c8f717a63 (patch)
tree0cceb3c4616b2ac2f48069346d07ed784059a773
parente2f436f1cf7b0d538c6d77b17974b374390b1f19 (diff)
downloadports-2a90c32d09d2eb4323e0e7e58a15740c8f717a63.tar.gz
ports-2a90c32d09d2eb4323e0e7e58a15740c8f717a63.zip
net/knc: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/knc/Makefile4
1 files changed, 3 insertions, 1 deletions
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>