aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 20:21:14 -0500
committerJack Nagel2014-03-19 20:43:52 -0500
commitcb7816e36d2970c388e8712bdbb0fee76bfe5d82 (patch)
tree30f7d992cf3e9a2b9d21ea787525ca4383748cd9 /Library
parent6b2304810f963b96aff77e25b9992185ecce3253 (diff)
downloadhomebrew-cb7816e36d2970c388e8712bdbb0fee76bfe5d82.tar.bz2
minbif: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/minbif.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/minbif.rb b/Library/Formula/minbif.rb
index 644b2b4c1..95bd455d6 100644
--- a/Library/Formula/minbif.rb
+++ b/Library/Formula/minbif.rb
@@ -22,9 +22,7 @@ class Minbif < Formula
# Problem: Apple doesn't have <security/pam_misc.h> so don't ask for it.
# Reported: https://symlink.me/issues/917
- def patches
- DATA
- end if build.include? 'pam'
+ patch :DATA if build.include? 'pam'
def install
inreplace "minbif.conf" do |s|