Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 18:38:02 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cf83a7146e8a - main - net/unfs3: Move man pages to share/man
Message-ID:  <202403201838.42KIc2Ax041961@gitrepo.freebsd.org>

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

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

commit cf83a7146e8ad2f859ef7f3731cb19839e3f5a43
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 18:11:52 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 18:37:12 +0000

    net/unfs3: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 net/unfs3/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile
index e50274c33030..6808acaf4feb 100644
--- a/net/unfs3/Makefile
+++ b/net/unfs3/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	unfs3
 DISTVERSIONPREFIX=	unfs3-
 DISTVERSION=	0.9.23
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	fuz@FreeBSD.org
@@ -14,14 +15,15 @@ USES=		autoreconf
 USE_GITHUB=	yes
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ENV=	YACC=byacc
 
 MAKE_JOBS_UNSAFE=	yes
 INSTALL_TARGET=	install-strip
 
-PLIST_FILES=	man/man7/tags.7.gz \
-		man/man8/unfsd.8.gz \
-		sbin/unfsd
+PLIST_FILES=	sbin/unfsd \
+		share/man/man7/tags.7.gz \
+		share/man/man8/unfsd.8.gz
 
 OPTIONS_DEFINE=	CLUSTER_EXT
 CLUSTER_EXT_DESC=	include clustering extensions



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