Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 06:50:25 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: ede5721db4bd - main - net-mgmt/openvmps: Moved man to share/man
Message-ID:  <202402250650.41P6oPaN079949@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=ede5721db4bdb55614544cc6ca690b315cb3b0ce

commit ede5721db4bdb55614544cc6ca690b315cb3b0ce
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 06:48:07 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 06:48:07 +0000

    net-mgmt/openvmps: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net-mgmt/openvmps/Makefile  | 2 ++
 net-mgmt/openvmps/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-mgmt/openvmps/Makefile b/net-mgmt/openvmps/Makefile
index 18dc651f32a7..0a4ceaf1929d 100644
--- a/net-mgmt/openvmps/Makefile
+++ b/net-mgmt/openvmps/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	openvmps
 PORTVERSION=	1.4.06
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/vmps/vmpsd/${PORTVERSION}
 DISTNAME=	vmpsd-${PORTVERSION}
@@ -14,6 +15,7 @@ USE_RC_SUBR=	vmpsd
 
 USES=		gmake
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=--bindir=${PREFIX}/sbin
 
 post-patch:
diff --git a/net-mgmt/openvmps/pkg-plist b/net-mgmt/openvmps/pkg-plist
index 827ce1d36a0d..66adce2c0aed 100644
--- a/net-mgmt/openvmps/pkg-plist
+++ b/net-mgmt/openvmps/pkg-plist
@@ -1,3 +1,3 @@
 @sample etc/vmps.db.sample
 sbin/vmpsd
-man/man1/vmpsd.1.gz
+share/man/man1/vmpsd.1.gz



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