Date: Sat, 24 Feb 2024 09:03:43 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: ee56714f8e3c - main - graphics/barcode: Moved man to share/man Message-ID: <202402240903.41O93hBa060730@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=ee56714f8e3c00688023baaefb1cb9a37fdf210f commit ee56714f8e3c00688023baaefb1cb9a37fdf210f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 08:41:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 09:03:15 +0000 graphics/barcode: Moved man to share/man Approved by: portmgr (blanket) --- graphics/barcode/Makefile | 6 ++++-- graphics/barcode/pkg-plist | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile index d3cbccb9700f..1e7077a00a68 100644 --- a/graphics/barcode/Makefile +++ b/graphics/barcode/Makefile @@ -1,6 +1,6 @@ PORTNAME= barcode PORTVERSION= 0.98 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNU @@ -10,7 +10,9 @@ WWW= https://www.gnu.org/software/barcode/ BUILD_DEPENDS= gawk:lang/gawk -MAKE_ARGS= INFODIR=${PREFIX}/${INFO_PATH} +MAKE_ARGS= INFODIR=${PREFIX}/${INFO_PATH} \ + MAN1DIR=${PREFIX}/share/man/man1 \ + MAN3DIR=${PREFIX}/share/man/man3 GNU_CONFIGURE= yes INFO= barcode diff --git a/graphics/barcode/pkg-plist b/graphics/barcode/pkg-plist index c06ecea054b0..2f1ac9d83658 100644 --- a/graphics/barcode/pkg-plist +++ b/graphics/barcode/pkg-plist @@ -1,5 +1,5 @@ bin/barcode include/barcode.h lib/libbarcode.a -man/man1/barcode.1.gz -man/man3/barcode.3.gz +share/man/man1/barcode.1.gz +share/man/man3/barcode.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240903.41O93hBa060730>