]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
INSTALL: fix FreeBSD pkg name typos
authorSiva Mahadevan <me@svmhdvn.name>
Thu, 27 Apr 2023 20:16:54 +0000 (16:16 -0400)
committerEric Wong <e@80x24.org>
Thu, 27 Apr 2023 20:46:16 +0000 (20:46 +0000)
Tested on FreeBSD 13.2-RELEASE.

INSTALL

diff --git a/INSTALL b/INSTALL
index aa9a502d8ac7ad7c64c85015c990ea8000c59b9c..65032d11d21cbb6ad8ec69e32fbfdb81df59b897 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -73,13 +73,13 @@ Numerous optional modules are likely to be useful as well:
                                    (HTTP and IMAP search)
 
 - Inline::C                        deb: libinline-c-perl
-                                   pkg: pkg-Inline-C
+                                   pkg: p5-Inline-C
                                    rpm: perl-Inline (or perl-Inline-C)
                                    (speeds up process spawning on Linux,
                                     see public-inbox-daemon(8))
 
 - Email::Address::XS               deb: libemail-address-xs-perl
-                                   pkg: pkg-Email-Address-XS
+                                   pkg: p5-Email-Address-XS
                                    (correct parsing of tricky email
                                     addresses, phrases and comments,
                                     required for IMAP)
@@ -127,7 +127,7 @@ Numerous optional modules are likely to be useful as well:
                                     on *BSDs)
 
 - Net::Server                      deb: libnet-server-perl
-                                   pkg: pkg-Net-Server
+                                   pkg: p5-Net-Server
                                    rpm: perl-Net-Server
                                    (for HTTP/IMAP/NNTP background daemons,
                                     not needed as systemd services or