diff options
| author | Jack Nagel | 2014-03-17 22:44:48 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-17 22:47:05 -0500 |
| commit | f15407f67aa26c71abbbd42be249201a735c8003 (patch) | |
| tree | f751efe153d08c0f84bb9f1f266eaa2b09f59d0a /Library | |
| parent | 9482047d4dedcbedfcc851f3702ecc004ac101fb (diff) | |
| download | homebrew-f15407f67aa26c71abbbd42be249201a735c8003.tar.bz2 | |
apachetop: use patch DSL
Diffstat (limited to 'Library')
| -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}", |
