diff options
| author | Jack Nagel | 2014-03-20 14:05:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 23:31:21 -0500 |
| commit | 097120128fa29e37deff7ebf80b9c18debcf472d (patch) | |
| tree | 5426d7c6c14b86d8d8f94ff8cd9bc287a431f508 /Library/Formula/visualnetkit.rb | |
| parent | bc4ac42d317d2ec7947c9b24b624fb0316935580 (diff) | |
| download | homebrew-097120128fa29e37deff7ebf80b9c18debcf472d.tar.bz2 | |
visualnetkit: use patch DSL
Diffstat (limited to 'Library/Formula/visualnetkit.rb')
| -rw-r--r-- | Library/Formula/visualnetkit.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/visualnetkit.rb b/Library/Formula/visualnetkit.rb index b919f684a..665a47a1b 100644 --- a/Library/Formula/visualnetkit.rb +++ b/Library/Formula/visualnetkit.rb @@ -12,9 +12,7 @@ class Visualnetkit < Formula # versions of Qt. Since the upstream project hasn't had activity in a while, # if a newer version of Qt breaks this formula we will consider moving it to # the boneyard instead. - def patches - DATA - end + patch :DATA def install system "/bin/sh", "./build.sh", "-r" |
