diff options
| author | Jack Nagel | 2014-03-18 16:51:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 11:13:04 -0500 |
| commit | 2fb6a6504e562a5b1723a906e241a5375b12e0eb (patch) | |
| tree | e76d2a238bc775533ed86db10802ccfca3a8fa3c /Library/Formula | |
| parent | dda9adc109ce6ff0f9f6c6893715a26fa03cf31e (diff) | |
| download | homebrew-2fb6a6504e562a5b1723a906e241a5375b12e0eb.tar.bz2 | |
fop: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fop.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/fop.rb b/Library/Formula/fop.rb index 01663afdc..000ea1202 100644 --- a/Library/Formula/fop.rb +++ b/Library/Formula/fop.rb @@ -11,11 +11,9 @@ class Fop < Formula sha1 'c2a3f6e985b21c9702a714942ac747864c8b1759' end - def patches - # fixes broken default java path as in - # http://svn.apache.org/viewvc/ant/core/trunk/src/script/ant?r1=1238725&r2=1434680&pathrev=1434680&view=patch - DATA - end + # fixes broken default java path as in + # http://svn.apache.org/viewvc/ant/core/trunk/src/script/ant?r1=1238725&r2=1434680&pathrev=1434680&view=patch + patch :DATA def install libexec.install Dir["*"] |
