git: 67de8beda6d6 - main - net-mgmt/choparp: Update manpages path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jan 2024 16:44:49 UTC
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>