Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 12:40:26 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 412138547c4e - main - net/libdnet: Moved man to share/man
Message-ID:  <202401271240.40RCeQEN059891@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=412138547c4e84e4483f64cf7001f25fd87c9270

commit 412138547c4e84e4483f64cf7001f25fd87c9270
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-27 12:35:27 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-27 12:37:29 +0000

    net/libdnet: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net/libdnet/Makefile  | 3 ++-
 net/libdnet/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile
index 374e0557ceb2..74788630efc4 100644
--- a/net/libdnet/Makefile
+++ b/net/libdnet/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	libdnet
 PORTVERSION=	1.13
 DISTVERSIONPREFIX=	v
-PORTREVISION?=	4
+PORTREVISION?=	5
 CATEGORIES?=	net
 
 MAINTAINER?=	onatan@gmail.com
@@ -21,6 +21,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	5u623l20
 
 GNU_CONFIGURE=		yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS+=	--without-check
 
 .if !defined(LIBDNET_SLAVE)
diff --git a/net/libdnet/pkg-plist b/net/libdnet/pkg-plist
index 8c6c19b06840..a15dbb619920 100644
--- a/net/libdnet/pkg-plist
+++ b/net/libdnet/pkg-plist
@@ -21,5 +21,5 @@ include/dnet/sctp.h
 include/dnet/tcp.h
 include/dnet/tun.h
 include/dnet/udp.h
-man/man3/dnet.3.gz
-man/man8/dnet.8.gz
+share/man/man3/dnet.3.gz
+share/man/man8/dnet.8.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401271240.40RCeQEN059891>