Date: Mon, 22 Jan 2024 12:26:40 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: 0af80e377bbf - main - graphics/libjxr: Sanitize MANPREFIX Message-ID: <202401221226.40MCQeZO098022@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=0af80e377bbf458e6c846bab81ea1b8ccd776c8b commit 0af80e377bbf458e6c846bab81ea1b8ccd776c8b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 11:45:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 12:26:17 +0000 graphics/libjxr: Sanitize MANPREFIX Approved by: portmgr (blanket) --- graphics/libjxr/Makefile | 1 + graphics/libjxr/files/BSDmakefile.JxrDecApp | 2 +- graphics/libjxr/files/BSDmakefile.JxrEncApp | 2 +- graphics/libjxr/pkg-plist | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/graphics/libjxr/Makefile b/graphics/libjxr/Makefile index c79244a1dd86..7fbbdfe40099 100644 --- a/graphics/libjxr/Makefile +++ b/graphics/libjxr/Makefile @@ -1,5 +1,6 @@ PORTNAME= jxrlib PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= DEBIAN DISTFILES= jxrlib_${PORTVERSION}.orig.tar.gz \ diff --git a/graphics/libjxr/files/BSDmakefile.JxrDecApp b/graphics/libjxr/files/BSDmakefile.JxrDecApp index 0adafe296051..4e603a426356 100644 --- a/graphics/libjxr/files/BSDmakefile.JxrDecApp +++ b/graphics/libjxr/files/BSDmakefile.JxrDecApp @@ -1,7 +1,7 @@ PROG= JxrDecApp BINDIR= ${PREFIX}/bin -MANDIR= ${MANPREFIX}/man/man +MANDIR= ${PREFIX}/share/man/man CFLAGS= -I${.CURDIR:H}/jxrgluelib -I${.CURDIR:H}/jxrtestlib CFLAGS+=-I${.CURDIR:H}/image/sys -I${.CURDIR:H}/common/include diff --git a/graphics/libjxr/files/BSDmakefile.JxrEncApp b/graphics/libjxr/files/BSDmakefile.JxrEncApp index 4becaea11cdb..d987fefb3e21 100644 --- a/graphics/libjxr/files/BSDmakefile.JxrEncApp +++ b/graphics/libjxr/files/BSDmakefile.JxrEncApp @@ -1,7 +1,7 @@ PROG= JxrEncApp BINDIR= ${PREFIX}/bin -MANDIR= ${MANPREFIX}/man/man +MANDIR= ${PREFIX}/share/man/man CFLAGS= -I${.CURDIR:H}/jxrgluelib -I${.CURDIR:H}/jxrtestlib CFLAGS+=-I${.CURDIR:H}/image/sys -I${.CURDIR:H}/common/include diff --git a/graphics/libjxr/pkg-plist b/graphics/libjxr/pkg-plist index 1406fc02df63..4a076c1dffa9 100644 --- a/graphics/libjxr/pkg-plist +++ b/graphics/libjxr/pkg-plist @@ -16,5 +16,5 @@ lib/libjpegxr.so.1 lib/libjxrglue.a lib/libjxrglue.so lib/libjxrglue.so.1 -man/man1/JxrDecApp.1.gz -man/man1/JxrEncApp.1.gz +share/man/man1/JxrDecApp.1.gz +share/man/man1/JxrEncApp.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401221226.40MCQeZO098022>