Date: Thu, 21 Mar 2024 17:10:37 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: e151367d39ad - main - security/fswatch: Move man pages to share/man Message-ID: <202403211710.42LHAbwu034122@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=e151367d39ad71d66bff8e702278c915d203f2df commit e151367d39ad71d66bff8e702278c915d203f2df Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-21 16:32:08 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-21 17:10:17 +0000 security/fswatch: Move man pages to share/man Approved by: portmgr (blanket) --- security/fswatch/Makefile | 3 ++- security/fswatch/pkg-plist | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/security/fswatch/Makefile b/security/fswatch/Makefile index 4b6ac6d9ad16..08f846ddd440 100644 --- a/security/fswatch/Makefile +++ b/security/fswatch/Makefile @@ -1,6 +1,6 @@ PORTNAME= fswatch DISTVERSION= 0.02beta5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.02beta5 @@ -15,6 +15,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-regex \ --enable-stflags GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CFLAGS+= -fcommon PORTSCOUT= ignore:1 diff --git a/security/fswatch/pkg-plist b/security/fswatch/pkg-plist index b54efae1e2a5..a5dee36a1f0e 100644 --- a/security/fswatch/pkg-plist +++ b/security/fswatch/pkg-plist @@ -3,9 +3,9 @@ bin/fswcmp bin/fswconf bin/fswshow @sample etc/fswatch.conf.sample -man/man1/fswbuild.1.gz -man/man1/fswcmp.1.gz -man/man1/fswconf.1.gz -man/man1/fswshow.1.gz -man/man5/fswatch.conf.5.gz -man/man7/fswatch.7.gz +share/man/man1/fswbuild.1.gz +share/man/man1/fswcmp.1.gz +share/man/man1/fswconf.1.gz +share/man/man1/fswshow.1.gz +share/man/man5/fswatch.conf.5.gz +share/man/man7/fswatch.7.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403211710.42LHAbwu034122>