Date: Mon, 29 Jan 2024 14:09:15 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: f2efa4bf60b0 - main - devel/libplist: Moved man to share/man Message-ID: <202401291409.40TE9Fw1053037@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=f2efa4bf60b090cf9b8c0fe0eb95ac0cd50d886f commit f2efa4bf60b090cf9b8c0fe0eb95ac0cd50d886f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-29 14:08:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-29 14:08:44 +0000 devel/libplist: Moved man to share/man Approved by: portmgr (blanket) --- devel/libplist/Makefile | 3 ++- devel/libplist/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/libplist/Makefile b/devel/libplist/Makefile index 67177033dae4..ea966caff1ec 100644 --- a/devel/libplist/Makefile +++ b/devel/libplist/Makefile @@ -1,6 +1,6 @@ PORTNAME= libplist PORTVERSION= 2.2.0 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= devel MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/ @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER USES+= autoreconf compiler cpe gnome libtool pathfix pkgconfig tar:bzip2 CPE_VENDOR= libimobiledevice GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip SLAVE_PORT?= no diff --git a/devel/libplist/pkg-plist b/devel/libplist/pkg-plist index eb4e16257357..398986345c5f 100644 --- a/devel/libplist/pkg-plist +++ b/devel/libplist/pkg-plist @@ -23,4 +23,4 @@ lib/libplist-2.0.so.3 lib/libplist-2.0.so.3.3.0 libdata/pkgconfig/libplist++-2.0.pc libdata/pkgconfig/libplist-2.0.pc -man/man1/plistutil.1.gz +share/man/man1/plistutil.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401291409.40TE9Fw1053037>