Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 10:52:59 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 95d30eb91cd4 - main - sysutils/pcapfix: move manpages to share/man
Message-ID:  <202401271052.40RAqxqD080310@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=95d30eb91cd4e75ac77d166a531a11673b893b97

commit 95d30eb91cd4e75ac77d166a531a11673b893b97
Author:     Vidar Karlsen <vidar@karlsen.tech>
AuthorDate: 2024-01-21 11:03:18 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-01-27 10:52:25 +0000

    sysutils/pcapfix: move manpages to share/man
    
    Approved by: portmgr (blanket)
---
 sysutils/pcapfix/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysutils/pcapfix/Makefile b/sysutils/pcapfix/Makefile
index 94c3010e0c08..bc795d92134f 100644
--- a/sysutils/pcapfix/Makefile
+++ b/sysutils/pcapfix/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	pcapfix
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.7
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	vidar@karlsen.tech
@@ -14,10 +15,10 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	Rup0rt
 
 PLIST_FILES=	bin/pcapfix \
-		man/man1/pcapfix.1.gz
+		share/man/man1/pcapfix.1.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 .include <bsd.port.mk>



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