aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-04-21 23:56:51 -0500
committerJack Nagel2014-04-21 23:56:51 -0500
commit043e47bde80b034eb4043d874879290dff1aad6d (patch)
tree51def8ebcbb22723a23ca84a93b5e46c736151c2 /Library/Formula
parent7f62b4a45d14d4153ad3852de7ed52bcbfa44454 (diff)
downloadhomebrew-043e47bde80b034eb4043d874879290dff1aad6d.tar.bz2
ispell: drop no-op inreplace
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ispell.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/ispell.rb b/Library/Formula/ispell.rb
index bd8452538..6701b71b2 100644
--- a/Library/Formula/ispell.rb
+++ b/Library/Formula/ispell.rb
@@ -23,10 +23,7 @@ class Ispell < Formula
system "make config.sh"
chmod 0644, "config.sh"
- inreplace "config.sh" do |s|
- s.gsub! '/usr/share/dict', "#{share}/dict"
- s.gsub! /yacc/, "yacc"
- end
+ inreplace "config.sh", "/usr/share/dict", "#{share}/dict"
(lib/'ispell').mkpath
system "make all"