From 0d78cdb7a7411f098bd2a91d06e9b2cc204b599b Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Sat, 12 Apr 2014 15:29:38 +0200 Subject: 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 --- Library/Formula/dict.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3