Date: Sun, 25 Feb 2024 17:50: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: 009cb14a7407 - main - sysutils/fswatch-mon: Moved man to share/man Message-ID: <202402251750.41PHoFhJ008010@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=009cb14a7407f6df885ed36a7661a22b56972963 commit 009cb14a7407f6df885ed36a7661a22b56972963 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 17:37:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 17:49:53 +0000 sysutils/fswatch-mon: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/fswatch-mon/Makefile | 3 ++- sysutils/fswatch-mon/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/fswatch-mon/Makefile b/sysutils/fswatch-mon/Makefile index 1fba6c7e9230..d717021465ca 100644 --- a/sysutils/fswatch-mon/Makefile +++ b/sysutils/fswatch-mon/Makefile @@ -1,6 +1,6 @@ PORTNAME= fswatch DISTVERSION= 1.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://github.com/emcrisostomo/${PORTNAME}/releases/download/${DISTVERSION}/ PKGNAMESUFFIX= -mon @@ -17,6 +17,7 @@ USE_LDCONFIG= yes CONFLICTS_INSTALL= fswatch GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INFO= fswatch INSTALL_TARGET= install-strip diff --git a/sysutils/fswatch-mon/pkg-plist b/sysutils/fswatch-mon/pkg-plist index 1b06fc2180a7..88bdd75d8212 100644 --- a/sysutils/fswatch-mon/pkg-plist +++ b/sysutils/fswatch-mon/pkg-plist @@ -21,7 +21,7 @@ lib/libfswatch.a lib/libfswatch.so lib/libfswatch.so.11 lib/libfswatch.so.11.0.0 -man/man7/fswatch.7.gz +share/man/man7/fswatch.7.gz %%NLS%%%%PORTDOCS%%%%DOCSDIR%%/ABOUT-NLS %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/AUTHORS.libfswatch
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251750.41PHoFhJ008010>