summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 10:15:01 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 10:17:58 +0100
commit688e51a79b76615582d70b8d5cbb58a4393fe21b (patch)
treece57d9352fc39c1e530e2f5d155b8b0fe773405d
parentnet/nanomsg: Moved man to share/man (diff)
net/nc: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/nc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/nc/Makefile b/net/nc/Makefile
index 43adfb0ef527..af0e4eae19a7 100644
--- a/net/nc/Makefile
+++ b/net/nc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nc
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SUNSITE/utils/file
DISTNAME= ncat-${PORTVERSION}
@@ -10,8 +10,9 @@ COMMENT= Network aware cat
WWW= https://www.kyne.com.au/~mark/software/ncat.php
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/ncat \
- man/man1/ncat.1.gz
+ share/man/man1/ncat.1.gz
.include <bsd.port.mk>