aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 11:14:30 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 11:25:11 +0000
commita61cba72c610d27dd7f72d5a8e7864b662552c0f (patch)
tree28aa91098dc4f1d300064806438ae9a5e304e646
parent0d9aa8a79535d35c44a23f8d8a3eeba6811a2962 (diff)
downloadports-a61cba72c610d27dd7f72d5a8e7864b662552c0f.tar.gz
ports-a61cba72c610d27dd7f72d5a8e7864b662552c0f.zip
devel/fistgen: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/fistgen/Makefile4
1 files changed, 3 insertions, 1 deletions
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