git: a61cba72c610 - main - devel/fistgen: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 11:25:40 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a61cba72c610d27dd7f72d5a8e7864b662552c0f commit a61cba72c610d27dd7f72d5a8e7864b662552c0f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 11:14:30 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 11:25:11 +0000 devel/fistgen: Moved man to share/man Approved by: portmgr (blanket) --- devel/fistgen/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/fistgen/Makefile b/devel/fistgen/Makefile index ee81ec61e46d..ce38f785a200 100644 --- a/devel/fistgen/Makefile +++ b/devel/fistgen/Makefile @@ -1,5 +1,6 @@ PORTNAME= fistgen PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.filesystems.org/pub/fistgen/ @@ -8,6 +9,7 @@ COMMENT= Language for describing stackable filesystems WWW= https://www.filesystems.org/ GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKE_JOBS_UNSAFE=yes SUB_FILES= pkg-message @@ -16,7 +18,7 @@ PORTDATA= * PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= sbin/fistgen \ - man/man8/fistgen.8.gz + share/man/man8/fistgen.8.gz OPTIONS_DEFINE= DOCS EXAMPLES