Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 12:58:44 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: 4d563e48e029 - main - graphics/dmtx-utils: Move man pages to share/man
Message-ID:  <202403091258.429Cwive068538@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=4d563e48e02944957d1b18856736e0a416e6412b

commit 4d563e48e02944957d1b18856736e0a416e6412b
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 11:28:18 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 12:58:23 +0000

    graphics/dmtx-utils: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/dmtx-utils/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/graphics/dmtx-utils/Makefile b/graphics/dmtx-utils/Makefile
index 22808caa7b0d..f3751b4a1ecb 100644
--- a/graphics/dmtx-utils/Makefile
+++ b/graphics/dmtx-utils/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	dmtx-utils
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.7.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 
 MAINTAINER=	hrs@FreeBSD.org
@@ -18,8 +18,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	dmtx
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 PLIST_FILES=	bin/dmtxread bin/dmtxwrite bin/dmtxquery \
-		man/man1/dmtxread.1.gz man/man1/dmtxwrite.1.gz \
-		man/man1/dmtxquery.1.gz
+		share/man/man1/dmtxread.1.gz share/man/man1/dmtxwrite.1.gz \
+		share/man/man1/dmtxquery.1.gz
 
 .include <bsd.port.mk>



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