aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:21 -0500
committerJack Nagel2014-03-20 21:44:15 -0500
commit1ca4fb7f77e8c57eb0d0363f1466cb9a4965124c (patch)
treec9a658991cb51da4bff62853afd4afdc24e572ca /Library
parent9eb58993802b35fd595ade81074e7004d928137e (diff)
downloadhomebrew-1ca4fb7f77e8c57eb0d0363f1466cb9a4965124c.tar.bz2
sslscan: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sslscan.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/sslscan.rb b/Library/Formula/sslscan.rb
index cdd6dc826..9a12df955 100644
--- a/Library/Formula/sslscan.rb
+++ b/Library/Formula/sslscan.rb
@@ -6,9 +6,7 @@ class Sslscan < Formula
sha1 'c867d766b38401ea0c0cde597497188e456e6d71'
# Remove hardcoded gcc in Makefile
- def patches
- DATA
- end
+ patch :DATA
def install
system "make"