mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Adjust package message to include correct kldload example
Submitted by: adridg
This commit is contained in:
parent
f1c4633128
commit
e346c91c12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565017
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= fusefs-libs3
|
||||
DISTVERSION= 3.10.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://github.com/libfuse/libfuse/releases/download/fuse-${DISTVERSION}/
|
||||
DISTNAME= fuse-${DISTVERSION}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue