Date: Sun, 25 Feb 2024 12:17:01 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: 7ff0aad76703 - main - print/libijs: Moved man to share/man Message-ID: <202402251217.41PCH10p038113@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=7ff0aad767035d57fb6f16f50459212078f799ee commit 7ff0aad767035d57fb6f16f50459212078f799ee Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 11:38:17 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 11:38:17 +0000 print/libijs: Moved man to share/man Approved by: portmgr (blanket) --- print/libijs/Makefile | 3 ++- print/libijs/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/print/libijs/Makefile b/print/libijs/Makefile index eb07e2be087a..77d7e4e1ef34 100644 --- a/print/libijs/Makefile +++ b/print/libijs/Makefile @@ -1,6 +1,6 @@ PORTNAME= libijs PORTVERSION= 0.35 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/ijs/download/ DISTNAME= ijs-${PORTVERSION} @@ -16,6 +16,7 @@ USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-shared INSTALL_TARGET= install-strip diff --git a/print/libijs/pkg-plist b/print/libijs/pkg-plist index b88c1eba8c79..e5e4388c04f0 100644 --- a/print/libijs/pkg-plist +++ b/print/libijs/pkg-plist @@ -9,4 +9,4 @@ lib/libijs.so lib/libijs.so.1 lib/libijs.so.1.0.1 libdata/pkgconfig/ijs.pc -man/man1/ijs-config.1.gz +share/man/man1/ijs-config.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251217.41PCH10p038113>