Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 19:54:44 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c3d250300618 - main - graphics/libdmtx: Moved man to share/man
Message-ID:  <202401291954.40TJsiHX043168@gitrepo.freebsd.org>

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

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

commit c3d250300618ccbb7e5a608909203e2af5af9e8d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 18:55:42 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 19:54:20 +0000

    graphics/libdmtx: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/libdmtx/Makefile  | 2 ++
 graphics/libdmtx/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/graphics/libdmtx/Makefile b/graphics/libdmtx/Makefile
index 5fd70c91cc71..3489d6a4eeec 100644
--- a/graphics/libdmtx/Makefile
+++ b/graphics/libdmtx/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	libdmtx
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.7.5
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	hrs@FreeBSD.org
@@ -16,6 +17,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	dmtx
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
diff --git a/graphics/libdmtx/pkg-plist b/graphics/libdmtx/pkg-plist
index 4200cf577635..a3aff2720862 100644
--- a/graphics/libdmtx/pkg-plist
+++ b/graphics/libdmtx/pkg-plist
@@ -4,4 +4,4 @@ lib/libdmtx.so
 lib/libdmtx.so.0
 lib/libdmtx.so.0.0.0
 libdata/pkgconfig/libdmtx.pc
-man/man3/libdmtx.3.gz
+share/man/man3/libdmtx.3.gz



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