aboutsummaryrefslogtreecommitdiff
path: root/net/suckblow/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2024-03-14 13:13:41 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2024-03-14 13:13:41 +0000
commitd85a66d3c9186e8d57e6795202540f6beb1e4712 (patch)
tree79c61741628f52f2c2d36f9cd95a189057c2fb35 /net/suckblow/Makefile
parente989f0fd5a957646c01e202b31119ca571e08f46 (diff)
downloadports-d85a66d3c9186e8d57e6795202540f6beb1e4712.tar.gz
ports-d85a66d3c9186e8d57e6795202540f6beb1e4712.zip
net/suckblow: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'net/suckblow/Makefile')
-rw-r--r--net/suckblow/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/suckblow/Makefile b/net/suckblow/Makefile
index 42e033eaa97f..d6d33bf21e14 100644
--- a/net/suckblow/Makefile
+++ b/net/suckblow/Makefile
@@ -1,5 +1,6 @@
PORTNAME= suckblow
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= LOCAL/archie
@@ -9,6 +10,8 @@ COMMENT= Two companion utilities for transferring data over a TCP socket
USES= uidfix
CONFLICTS= suck-4.* suck-cnews-4.*
+MAKE_ARGS= MANDIR="${PREFIX}/share/man/man"
+
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))