git: d85a66d3c918 - main - net/suckblow: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Mar 2024 13:14:36 UTC
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d85a66d3c9186e8d57e6795202540f6beb1e4712 commit d85a66d3c9186e8d57e6795202540f6beb1e4712 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-03-14 13:13:41 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-03-14 13:13:41 +0000 net/suckblow: Move man pages to share/man Approved by: portmgr (blanket) --- net/suckblow/Makefile | 3 +++ net/suckblow/pkg-plist | 4 ++-- 2 files changed, 5 insertions(+), 2 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 )) diff --git a/net/suckblow/pkg-plist b/net/suckblow/pkg-plist index ab517b34207b..de52e9d9eb33 100644 --- a/net/suckblow/pkg-plist +++ b/net/suckblow/pkg-plist @@ -1,4 +1,4 @@ bin/suck bin/blow -man/man1/blow.1.gz -man/man1/suck.1.gz +share/man/man1/blow.1.gz +share/man/man1/suck.1.gz