From 67de8beda6d6e0859342c2d41f8b3a06a3817ce4 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 8 Jan 2024 12:17:08 -0300 Subject: [PATCH] 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