aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPedro Silva2014-04-12 15:29:38 +0200
committerBrett Koonce2014-04-12 09:11:58 -0500
commit0d78cdb7a7411f098bd2a91d06e9b2cc204b599b (patch)
tree60ecbf857e81dba137bef71d10f980ef40c72a7a /Library
parent4fd2b13cc5a2dc47e42cd7191ba0763df346e7db (diff)
downloadhomebrew-0d78cdb7a7411f098bd2a91d06e9b2cc204b599b.tar.bz2
dict 1.9.15: additional install targets
Given that the default configuration (in the formula itself) prioritizes localhost when looking for dicd servers, not installing sbin/dictd is unexpected and confusing. Closes #28347. Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dict.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dict.rb b/Library/Formula/dict.rb
index 760e74341..3389e9772 100644
--- a/Library/Formula/dict.rb
+++ b/Library/Formula/dict.rb
@@ -11,7 +11,7 @@ class Dict < Formula
"--sysconfdir=#{etc}",
"--mandir=#{man}"
# install the client
- system "make install.dict"
+ system "make install"
# set up the conf file
(prefix+'etc/dict.conf').write <<-EOS