diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-06-30 14:53:26 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2011-06-30 14:53:26 +0000 |
commit | 3aa105bc2e9a75d5b01e7db8ecd98a1a399888d4 (patch) | |
tree | aee15f316befaf7edba761df29f6e8267443802b /games/minetest/files/patch-CMakeLists.txt | |
parent | - Fix WWW in pkg-descr (diff) |
An InfiniMiner/Minecraft inspired game.
WWW: http://celeron.55.lt/~celeron55/minetest/
Diffstat (limited to 'games/minetest/files/patch-CMakeLists.txt')
-rw-r--r-- | games/minetest/files/patch-CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/minetest/files/patch-CMakeLists.txt b/games/minetest/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..162a96b033cd --- /dev/null +++ b/games/minetest/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2011-06-23 15:10:46.000000000 +0400 ++++ CMakeLists.txt 2011-06-30 04:30:39.000000000 +0400 +@@ -59,8 +59,6 @@ + set(EXAMPLE_CONF_DIR "share/doc/minetest") + endif() + +-install(FILES "doc/README.txt" DESTINATION "${DOCDIR}") +-install(FILES "minetest.conf.example" DESTINATION "${DOCDIR}") + + # + # Subdirectories |