aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 18:11:52 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 18:37:12 +0000
commitcf83a7146e8ad2f859ef7f3731cb19839e3f5a43 (patch)
tree13d33179a40f9b582256163eb507213447171fef
parent5887fdc933bf98d3af4132a67f44c0e3984f5680 (diff)
downloadports-cf83a7146e8ad2f859ef7f3731cb19839e3f5a43.tar.gz
ports-cf83a7146e8ad2f859ef7f3731cb19839e3f5a43.zip
net/unfs3: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/unfs3/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile
index e50274c33030..6808acaf4feb 100644
--- a/net/unfs3/Makefile
+++ b/net/unfs3/Makefile
@@ -1,6 +1,7 @@
PORTNAME= unfs3
DISTVERSIONPREFIX= unfs3-
DISTVERSION= 0.9.23
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= fuz@FreeBSD.org
@@ -14,14 +15,15 @@ USES= autoreconf
USE_GITHUB= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ENV= YACC=byacc
MAKE_JOBS_UNSAFE= yes
INSTALL_TARGET= install-strip
-PLIST_FILES= man/man7/tags.7.gz \
- man/man8/unfsd.8.gz \
- sbin/unfsd
+PLIST_FILES= sbin/unfsd \
+ share/man/man7/tags.7.gz \
+ share/man/man8/unfsd.8.gz
OPTIONS_DEFINE= CLUSTER_EXT
CLUSTER_EXT_DESC= include clustering extensions