Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 07:36:18 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: 0945acfc08f3 - main - net/dhcping: Moved man to share/man
Message-ID:  <202402250736.41P7aIwp057128@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=0945acfc08f3902bf597f6591f12c7365ae58ea5

commit 0945acfc08f3902bf597f6591f12c7365ae58ea5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 07:34:50 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 07:34:50 +0000

    net/dhcping: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net/dhcping/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/dhcping/Makefile b/net/dhcping/Makefile
index e464d2f78fbb..669319bf3a62 100644
--- a/net/dhcping/Makefile
+++ b/net/dhcping/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dhcping
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.mavetju.org/download/
 
@@ -11,8 +12,9 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/dhcping \
-		man/man8/dhcping.8.gz
+		share/man/man8/dhcping.8.gz
 
 .include <bsd.port.mk>



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