aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:16 -0500
committerJack Nagel2014-03-20 14:05:16 -0500
commit02cc874f9a754341780772ffd2fadff8aef8ae2d (patch)
tree285de6749a0ca4b1b78dddfc2c045f4c1b139370 /Library/Formula
parent0d7bade840153baf828ddce1a42903b96bb9fb44 (diff)
downloadhomebrew-02cc874f9a754341780772ffd2fadff8aef8ae2d.tar.bz2
peervpn: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/peervpn.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/peervpn.rb b/Library/Formula/peervpn.rb
index 8f5ef9be4..9fb9d5863 100644
--- a/Library/Formula/peervpn.rb
+++ b/Library/Formula/peervpn.rb
@@ -8,7 +8,7 @@ class Peervpn < Formula
depends_on "tuntap"
- def patches; DATA; end if MacOS.version == :snow_leopard
+ patch :DATA if MacOS.version == :snow_leopard
def install
system "make"