aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel M. Dutra <dutra@FreeBSD.org>2024-01-31 13:53:06 +0000
committerGabriel M. Dutra <dutra@FreeBSD.org>2024-01-31 13:53:06 +0000
commit7407e61d738711374ee3d8cdb3d999216b739a90 (patch)
tree7c79711319878303b9890687492a63182f16108e
parentfb3d58839be64946622f41acca97e6b7168fa517 (diff)
downloadports-7407e61d738711374ee3d8cdb3d999216b739a90.tar.gz
ports-7407e61d738711374ee3d8cdb3d999216b739a90.zip
sysutils/fusefs-bindfs: move man page to share/man
Approved by: garga(mentor) Differential Revision: https://reviews.freebsd.org/D43674
-rw-r--r--sysutils/fusefs-bindfs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fusefs-bindfs/Makefile b/sysutils/fusefs-bindfs/Makefile
index 8842728620e5..940592c98dfb 100644
--- a/sysutils/fusefs-bindfs/Makefile
+++ b/sysutils/fusefs-bindfs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bindfs
DISTVERSION= 1.17.6
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://bindfs.org/downloads/
PKGNAMEPREFIX= fusefs-
@@ -13,9 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= fuse:3 localbase:ldflags pkgconfig
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/bindfs \
- man/man1/bindfs.1.gz
+ share/man/man1/bindfs.1.gz
.include <bsd.port.pre.mk>