tinyscheme: use patch DSL
This commit is contained in:
parent
80dc3007b7
commit
1e21b7ce43
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@ class Tinyscheme < Formula
|
|||
conflicts_with 'mit-scheme', :because => 'both install a `scheme` binary'
|
||||
|
||||
# Modify compile flags for Mac OS X per instructions
|
||||
def patches
|
||||
DATA
|
||||
end
|
||||
patch :DATA
|
||||
|
||||
def install
|
||||
system 'make', "INITDEST=#{share}"
|
||||
|
|
Loading…
Reference in a new issue