diff options
| author | Adam Vandenberg | 2010-07-09 13:03:00 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-09 13:03:46 -0700 |
| commit | 91b6834dd4d081967847d6b03128cf673858cd44 (patch) | |
| tree | 9752f61960cbab5b2127336a2c364f037646b963 /Library/Formula | |
| parent | 661da19e55400e5f5420d43f589e9c14e0730f69 (diff) | |
| download | homebrew-91b6834dd4d081967847d6b03128cf673858cd44.tar.bz2 | |
Cleanup ipcalc
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ipcalc.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/ipcalc.rb b/Library/Formula/ipcalc.rb index 50028c226..5e169b835 100644 --- a/Library/Formula/ipcalc.rb +++ b/Library/Formula/ipcalc.rb @@ -2,12 +2,10 @@ require 'formula' class Ipcalc <Formula url 'http://jodies.de/ipcalc-archive/ipcalc-0.41.tar.gz' - homepage '' + homepage 'http://jodies.de/ipcalc' md5 'fb791e9a5220fc8e624d915e18fc4697' - def install - system "/usr/bin/install -d #{prefix}/bin" - system "/usr/bin/install ./ipcalc #{prefix}/bin/" + bin.install "ipcalc" end end |
