aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel M. Dutra <dutra@FreeBSD.org>2024-01-31 14:44:10 +0000
committerGabriel M. Dutra <dutra@FreeBSD.org>2024-01-31 14:44:10 +0000
commitc13d43576fc9955ef3ad164dc969b2528642daec (patch)
tree711d789ec62307eb47adcdf9a37475f9ae3e5d38
parent7407e61d738711374ee3d8cdb3d999216b739a90 (diff)
downloadports-c13d43576fc9955ef3ad164dc969b2528642daec.tar.gz
ports-c13d43576fc9955ef3ad164dc969b2528642daec.zip
sysutils/fusefs-funionfs: move man pages to share/man
Approved by: garga(mentor) Differential Revision: https://reviews.freebsd.org/D43673
-rw-r--r--sysutils/fusefs-funionfs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile
index fc513726db2b..907ef819f483 100644
--- a/sysutils/fusefs-funionfs/Makefile
+++ b/sysutils/fusefs-funionfs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= funionfs
PORTVERSION= 0.4.3
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://funionfs.apiou.org/file/
PKGNAMEPREFIX= fusefs-
@@ -12,8 +13,9 @@ LICENSE= GPLv2+
USES= fuse localbase
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
-PLIST_FILES= bin/funionfs man/man1/${PORTNAME}.1.gz
+PLIST_FILES= bin/funionfs share/man/man1/${PORTNAME}.1.gz
post-patch:
@${REINPLACE_CMD} -e 's,^struct unionfs_desc,extern &,' \