summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>