diff --git a/downloads.html b/downloads.html index 5a1b91f..51e1a87 100644 --- a/downloads.html +++ b/downloads.html @@ -127,14 +127,12 @@

Packages

FreeBSD

Package manager

On FreeBSD 9.1 and newer, you can use the official pre-built packages: - pkg install minetest minetest_game

+ pkg install minetest

Compile using ports

You can also compile Minetest and choose build options easily using the FreeBSD port dialogs.

 cd /usr/ports/games/minetest
 make install
-cd /usr/ports/games/minetest_game
-make install