Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 14:51:47 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: 60a60214111c - main - devel/libinotify: Impelled to share/man
Message-ID:  <202401231451.40NEpl54082943@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=60a60214111c5b723b19c974c5bb8e124a569166

commit 60a60214111c5b723b19c974c5bb8e124a569166
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 14:43:01 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 14:51:25 +0000

    devel/libinotify: Impelled to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/libinotify/Makefile  |  2 ++
 devel/libinotify/pkg-plist | 14 +++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile
index 2538fda7d1ca..9b8a25bcae18 100644
--- a/devel/libinotify/Makefile
+++ b/devel/libinotify/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libinotify
 PORTVERSION=	20211018
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libinotify-kqueue/libinotify-kqueue/releases/download/${PORTVERSION}/
 
@@ -14,6 +15,7 @@ USES=		libtool
 
 CONFIGURE_ARGS=	--enable-skip-subfiles=fusefs,smbfs
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
diff --git a/devel/libinotify/pkg-plist b/devel/libinotify/pkg-plist
index 0e1669b5f738..f2567b9b34c0 100644
--- a/devel/libinotify/pkg-plist
+++ b/devel/libinotify/pkg-plist
@@ -4,10 +4,10 @@ lib/libinotify.so
 lib/libinotify.so.0
 lib/libinotify.so.0.0.0
 libdata/pkgconfig/libinotify.pc
-man/man3/inotify_add_watch.3.gz
-man/man3/inotify_event.3.gz
-man/man3/inotify_init.3.gz
-man/man3/inotify_init1.3.gz
-man/man3/inotify_rm_watch.3.gz
-man/man3/libinotify.3.gz
-man/man3/libinotify_set_param.3.gz
+share/man/man3/inotify_add_watch.3.gz
+share/man/man3/inotify_event.3.gz
+share/man/man3/inotify_init.3.gz
+share/man/man3/inotify_init1.3.gz
+share/man/man3/inotify_rm_watch.3.gz
+share/man/man3/libinotify.3.gz
+share/man/man3/libinotify_set_param.3.gz



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