multimedia/makemkv: Update URL after FreeBSD Documentation transition

Approved by:	portmgr (blanket)
This commit is contained in:
Po-Chuan Hsieh 2021-07-19 01:54:33 +08:00
parent 88c66b779e
commit 2d95abf2b4
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ to your kernel configuration:
device sg device sg
Refer to Refer to
<https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html> <https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-building>
for building a custom kernel. for building a custom kernel.
When finished, re-run this script (update-makemkv-drives). When finished, re-run this script (update-makemkv-drives).

View file

@ -23,7 +23,7 @@ Requirements:
* A custom FreeBSD kernel with sg devices (Linux' "scsi generic" interface) is * A custom FreeBSD kernel with sg devices (Linux' "scsi generic" interface) is
required to use makemkvcon. To build such a kernel, add "device sg" to your required to use makemkvcon. To build such a kernel, add "device sg" to your
kernel configuration and follow the instructions at kernel configuration and follow the instructions at
https://www.freebsd.org/doc/handbook/kernelconfig-building.html https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-building
* Make sure you have the "linux" kernel module loaded. On amd64, "linux64" is * Make sure you have the "linux" kernel module loaded. On amd64, "linux64" is
also required. also required.