pyqwt: use patch DSL

This commit is contained in:
Jack Nagel 2014-03-20 14:05:18 -05:00
parent 98d0f296af
commit fa4f22b0c1

View file

@ -11,11 +11,8 @@ class Pyqwt < Formula
depends_on 'sip'
depends_on 'pyqt'
def patches
# Patch to build system to allow for specific
# installation directories.
{ :p0 => DATA }
end
# Patch to build system to allow for specific installation directories.
patch :p0, :DATA
def install
cd "configure" do