aboutsummaryrefslogtreecommitdiffstats
path: root/README.git
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2016-04-16 13:16:38 +0200
committerMatthias Andree <matthias.andree@gmx.de>2016-04-16 13:16:38 +0200
commit91c673784ad611aa8a3362f56c7626dc58c2d8ee (patch)
treedb1cd76304171314afbd225888aa1e718f313a93 /README.git
parentc6a3bf978b9a7c480a702123f502585ab4446f30 (diff)
downloadfetchmail-91c673784ad611aa8a3362f56c7626dc58c2d8ee.tar.gz
fetchmail-91c673784ad611aa8a3362f56c7626dc58c2d8ee.tar.bz2
fetchmail-91c673784ad611aa8a3362f56c7626dc58c2d8ee.zip
Update for FreeBSD after hints from Bernard Spil.
Diffstat (limited to 'README.git')
-rw-r--r--README.git8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.git b/README.git
index f9832d7f..acbb1677 100644
--- a/README.git
+++ b/README.git
@@ -13,8 +13,8 @@ The prerequisite packages are:
- bison or yacc
- flex or lex
-On FreeBSD, install the gnu-autoconf and gnu-automake ports
-and add /usr/local/gnu-autotools/bin to your PATH.
+On FreeBSD, install the autoconf, automake and gettext-tools ports (all
+from the devel/ category).
After you have everything installed, type:
@@ -25,9 +25,9 @@ This will take a while and may print a lot of messages containing
After that, build as usual, with
-$ ./configure --with-ssl # pick options as needed
+$ ./configure --with-ssl # add more options as needed
$ make
(become root)
# make install-strip
--- Matthias Andree, 2010-02-06
+-- Matthias Andree, 2016-04-16