Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2024 15:56:53 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: 3928fc1e9c10 - main - graphics/jbig2dec: Moved man to share/man
Message-ID:  <202401261556.40QFurvm060429@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=3928fc1e9c10afbc9193242ccb70b883b985fbe2

commit 3928fc1e9c10afbc9193242ccb70b883b985fbe2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-26 14:28:10 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-26 15:56:31 +0000

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

diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile
index b8799880c57a..6b4ae9baed49 100644
--- a/graphics/jbig2dec/Makefile
+++ b/graphics/jbig2dec/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	jbig2dec
 PORTVERSION=	0.20
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 MASTER_SITES=	https://github.com/ArtifexSoftware/jbig2dec/releases/download/${PORTVERSION}/
 
@@ -14,6 +15,7 @@ USES=		cpe libtool pathfix python:env,test shebangfix
 
 CONFIGURE_ENV=	ac_cv_func_getopt_long=yes
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 LDFLAGS+=	-lmd
 TEST_TARGET=	check
diff --git a/graphics/jbig2dec/pkg-plist b/graphics/jbig2dec/pkg-plist
index 6b70a5c27bc8..0dbeb53fbefe 100644
--- a/graphics/jbig2dec/pkg-plist
+++ b/graphics/jbig2dec/pkg-plist
@@ -5,4 +5,4 @@ lib/libjbig2dec.so
 lib/libjbig2dec.so.0
 lib/libjbig2dec.so.0.0.0
 libdata/pkgconfig/jbig2dec.pc
-man/man1/jbig2dec.1.gz
+share/man/man1/jbig2dec.1.gz



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