diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/makeicns.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/makeicns.rb b/Library/Formula/makeicns.rb index 6d9fb9b98..e742cb6d4 100644 --- a/Library/Formula/makeicns.rb +++ b/Library/Formula/makeicns.rb @@ -6,6 +6,12 @@ class Makeicns < Formula sha1 '2a3b1229781516c8cc36089bf09729d5c17ac17c' head 'https://bitbucket.org/mkae/makeicns', :using => :hg + def patches + {:p0 => [ + "https://trac.macports.org/export/114372/trunk/dports/graphics/makeicns/files/patch-IconFamily.m.diff" + ]} + end + def install system "make" bin.install "makeicns" |
