aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lua.rb
diff options
context:
space:
mode:
authorAli Asad Lotia2010-03-16 20:56:35 -0400
committerAdam Vandenberg2010-03-16 20:08:38 -0700
commitab0a6f8a8c689604f2e0e10bbd78593b1692cf49 (patch)
tree774d1bdc71d13ed88f0334691dc147a658379a9a /Library/Formula/lua.rb
parent052d1f235d56c6f198ae9ea88e5076d6ed05cd6f (diff)
downloadhomebrew-ab0a6f8a8c689604f2e0e10bbd78593b1692cf49.tar.bz2
Remove modification of lua man page location.
The man page was being installed in #{prefix}/share/share/man. The default value in the makefile installs to #{prefix}/share/man which is fine. I removed the "inreplace" block that changes the location from the default. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/lua.rb')
-rw-r--r--Library/Formula/lua.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/lua.rb b/Library/Formula/lua.rb
index f3174d3a6..17ec114e6 100644
--- a/Library/Formula/lua.rb
+++ b/Library/Formula/lua.rb
@@ -13,9 +13,6 @@ class Lua <Formula
inreplace ['Makefile', 'src/luaconf.h', 'etc/lua.pc'],
'/usr/local', prefix
- inreplace ['Makefile', 'etc/lua.pc'],
- 'man/man1', 'share/man/man1'
-
inreplace 'src/luaconf.h', '/usr/local', HOMEBREW_PREFIX
ENV.append "CFLAGS", "-DLUA_USE_LINUX"