Adjust package message to include correct kldload example

Submitted by:   adridg
This commit is contained in:
Stefan Eßer 2021-02-12 13:39:43 +00:00
parent e346c91c12
commit a6040c5091
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565018
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= fusefs
DISTVERSION= 2.9.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= https://github.com/libfuse/libfuse/releases/download/fuse-${DISTVERSION}/
PKGNAMESUFFIX= -libs

View file

@ -2,4 +2,4 @@ FUSE makes it possible to implement a filesystem in a userspace program.
Features include: simple yet comprehensive API, secure mounting by non-root
users, support for FreeBSD kernels, multi-threaded operation.
WWW: https://sourceforge.net/projects/fuse/
WWW: https://github.com/libfuse/libfuse

View file

@ -1,7 +1,7 @@
[
{ type: install
message: <<EOM
Install the fuse kernel module to use this port.
Install the FUSE kernel module (kldload fusefs) to use this port.
EOM
}
]