diff options
| author | Jack Nagel | 2014-03-20 14:05:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 21:44:15 -0500 |
| commit | 1ca4fb7f77e8c57eb0d0363f1466cb9a4965124c (patch) | |
| tree | c9a658991cb51da4bff62853afd4afdc24e572ca /Library | |
| parent | 9eb58993802b35fd595ade81074e7004d928137e (diff) | |
| download | homebrew-1ca4fb7f77e8c57eb0d0363f1466cb9a4965124c.tar.bz2 | |
sslscan: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sslscan.rb | 4 |
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" |
