Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 19:54:42 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: 572b1d827d3a - main - comms/libusbmuxd: Moved man to share/man
Message-ID:  <202401291954.40TJsgoT043076@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=572b1d827d3afb78c769000868a6af9b605f46d6

commit 572b1d827d3afb78c769000868a6af9b605f46d6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 18:52:03 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 19:54:18 +0000

    comms/libusbmuxd: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 comms/libusbmuxd/Makefile  | 2 ++
 comms/libusbmuxd/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/comms/libusbmuxd/Makefile b/comms/libusbmuxd/Makefile
index 5ca959b3d392..57310869007a 100644
--- a/comms/libusbmuxd/Makefile
+++ b/comms/libusbmuxd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libusbmuxd
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
 
@@ -17,6 +18,7 @@ CONFLICTS_INSTALL=usbmuxd-1.0.[6-8]
 USES=		cpe libtool pathfix pkgconfig tar:bzip2
 CPE_VENDOR=	libimobiledevice
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
diff --git a/comms/libusbmuxd/pkg-plist b/comms/libusbmuxd/pkg-plist
index b09a4420dba9..8756e1c0763f 100644
--- a/comms/libusbmuxd/pkg-plist
+++ b/comms/libusbmuxd/pkg-plist
@@ -7,5 +7,5 @@ lib/libusbmuxd-2.0.so
 lib/libusbmuxd-2.0.so.6
 lib/libusbmuxd-2.0.so.6.0.0
 libdata/pkgconfig/libusbmuxd-2.0.pc
-man/man1/inetcat.1.gz
-man/man1/iproxy.1.gz
+share/man/man1/inetcat.1.gz
+share/man/man1/iproxy.1.gz



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