diff options
Diffstat (limited to 'Library/Formula/nkf.rb')
| -rw-r--r-- | Library/Formula/nkf.rb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/nkf.rb b/Library/Formula/nkf.rb index a2d3008e3..38b527ab2 100644 --- a/Library/Formula/nkf.rb +++ b/Library/Formula/nkf.rb @@ -1,20 +1,19 @@ require 'formula' class Nkf < Formula - url 'http://heian.s3.amazonaws.com/nkf-2.1.0.tar.gz' homepage 'http://sourceforge.jp/projects/nkf/' md5 '1d3fd56ccd2f60768e59dde44ccf095c' + def patches + # Makefile patch + 'http://heian.s3.amazonaws.com/nkf-2.1.0.patch' + end + def install ENV['prefix'] = prefix system 'make' system 'make install' end - - def patches - # Makefile patch - [ 'http://heian.s3.amazonaws.com/nkf-2.1.0.patch' ] - end end |
