aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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|