diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/apachetop.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/apachetop.rb b/Library/Formula/apachetop.rb index 371ab3593..57dedf182 100644 --- a/Library/Formula/apachetop.rb +++ b/Library/Formula/apachetop.rb @@ -6,7 +6,7 @@ class Apachetop < Formula sha1 '005c9479800a418ee7febe5027478ca8cbf3c51b' # Upstream hasn't had activity in years, patch from MacPorts - def patches; { :p0 => DATA }; end + patch :p0, :DATA def install system "./configure", "--prefix=#{prefix}", |
