git: bd6bd82c54fe - main - sysutils/fileschanged: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 17:50:11 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd6bd82c54fe2843b4237e6b9c98c2eba1fe05cc commit bd6bd82c54fe2843b4237e6b9c98c2eba1fe05cc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 17:34:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 17:49:50 +0000 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