From bd6bd82c54fe2843b4237e6b9c98c2eba1fe05cc Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 25 Feb 2024 18:34:24 +0100 Subject: [PATCH] sysutils/fileschanged: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/fileschanged/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/fileschanged/Makefile b/sysutils/fileschanged/Makefile index b5c0e3c3ede4..66a9ffe92b8f 100644 --- a/sysutils/fileschanged/Makefile +++ b/sysutils/fileschanged/Makefile @@ -1,6 +1,6 @@ PORTNAME= fileschanged PORTVERSION= 0.6.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF @@ -15,6 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= fam gmake localbase CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc --disable-nls @@ -22,7 +23,7 @@ LIBS+= -largp INFO= fileschanged PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README -PLIST_FILES= bin/fileschanged man/man1/fileschanged.1.gz +PLIST_FILES= bin/fileschanged share/man/man1/fileschanged.1.gz OPTIONS_DEFINE= DOCS