Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2024 10:40:19 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 96524bd2f021 - main - sysutils/inotify-tools: Move man pages to share/man
Message-ID:  <202403221040.42MAeJfm007068@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=96524bd2f0219fab849d835e819553ec3e9d2a3c

commit 96524bd2f0219fab849d835e819553ec3e9d2a3c
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 09:57:48 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 10:39:43 +0000

    sysutils/inotify-tools: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/inotify-tools/Makefile  | 2 ++
 sysutils/inotify-tools/pkg-plist | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sysutils/inotify-tools/Makefile b/sysutils/inotify-tools/Makefile
index 3e5c665e71b1..d08da20c0b78 100644
--- a/sysutils/inotify-tools/Makefile
+++ b/sysutils/inotify-tools/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	inotify-tools
 DISTVERSION=	4.23.9.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -19,6 +20,7 @@ USE_LDCONFIG=	yes
 SHEBANG_GLOB=	*.t *.sh
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--disable-doxygen
 
 INSTALL_TARGET=	install-strip
diff --git a/sysutils/inotify-tools/pkg-plist b/sysutils/inotify-tools/pkg-plist
index affa0afdf7b3..45c279bb9447 100644
--- a/sysutils/inotify-tools/pkg-plist
+++ b/sysutils/inotify-tools/pkg-plist
@@ -11,7 +11,7 @@ lib/libinotifytools.a
 lib/libinotifytools.so
 lib/libinotifytools.so.0
 lib/libinotifytools.so.0.4.1
-man/man1/fsnotifywait.1.gz
-man/man1/fsnotifywatch.1.gz
-man/man1/inotifywait.1.gz
-man/man1/inotifywatch.1.gz
+share/man/man1/fsnotifywait.1.gz
+share/man/man1/fsnotifywatch.1.gz
+share/man/man1/inotifywait.1.gz
+share/man/man1/inotifywatch.1.gz



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