ispell: move non-libs into subdirectory

This commit is contained in:
Jack Nagel 2013-08-21 14:59:19 -05:00
parent a342a78096
commit 6736715e25

View file

@ -15,6 +15,7 @@ class Ispell < Formula
inreplace "local.h" do |s|
s.gsub! '/usr/local', prefix
s.gsub! '/man/man', '/share/man/man'
s.gsub! '/lib', '/lib/ispell'
end
chmod 0644, "correct.c"
@ -27,7 +28,7 @@ class Ispell < Formula
s.gsub! /yacc/, MacOS.locate('yacc')
end
lib.mkpath
(lib/'ispell').mkpath
system "make all"
system "make install"
end