Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2024 16:44:49 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 67de8beda6d6 - main - net-mgmt/choparp: Update manpages path
Message-ID:  <202401081644.408Ginc7035938@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=67de8beda6d6e0859342c2d41f8b3a06a3817ce4

commit 67de8beda6d6e0859342c2d41f8b3a06a3817ce4
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2024-01-08 15:17:08 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2024-01-08 16:43:51 +0000

    net-mgmt/choparp: Update manpages path
    
    Move manpages to ${PREFIX}/share/man
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 net-mgmt/choparp/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-mgmt/choparp/Makefile b/net-mgmt/choparp/Makefile
index 6e4d337915c5..0da3d686366f 100644
--- a/net-mgmt/choparp/Makefile
+++ b/net-mgmt/choparp/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	choparp
 DISTVERSIONPREFIX=	release/
 DISTVERSION=	20150613
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	garga@FreeBSD.org
@@ -14,7 +15,7 @@ GH_ACCOUNT=	quinot
 USE_RC_SUBR=	choparp
 LDFLAGS+=	-lpcap
 
-PLIST_FILES=	sbin/choparp man/man8/choparp.8.gz
+PLIST_FILES=	sbin/choparp share/man/man8/choparp.8.gz
 
 do-build:
 	( cd ${WRKSRC}/src && \
@@ -24,6 +25,6 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
 		${STAGEDIR}${PREFIX}/sbin
 	${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.8 \
-		${STAGEDIR}${PREFIX}/man/man8
+		${STAGEDIR}${PREFIX}/share/man/man8
 
 .include <bsd.port.mk>



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