From e151367d39ad71d66bff8e702278c915d203f2df Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Thu, 21 Mar 2024 16:32:08 +0000 Subject: [PATCH] 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