aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rlog.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-14 17:57:44 -0700
committerAdam Vandenberg2012-03-14 17:57:44 -0700
commitc779e7f52f1393e2bda525a1b65cb5f6de4e0a2b (patch)
tree95c54934f2813f7c03002232a2c57f9b884c0c7c /Library/Formula/rlog.rb
parent6507c2c35d571f10cca4d877fb9902b80bdaa555 (diff)
downloadhomebrew-c779e7f52f1393e2bda525a1b65cb5f6de4e0a2b.tar.bz2
p1 the default patch-level
Diffstat (limited to 'Library/Formula/rlog.rb')
-rw-r--r--Library/Formula/rlog.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/rlog.rb b/Library/Formula/rlog.rb
index c07bfb5a5..f6fbe7a51 100644
--- a/Library/Formula/rlog.rb
+++ b/Library/Formula/rlog.rb
@@ -1,13 +1,11 @@
require 'formula'
class Rlog < Formula
- url 'http://rlog.googlecode.com/files/rlog-1.4.tar.gz'
homepage 'http://www.arg0.net/rlog'
+ url 'http://rlog.googlecode.com/files/rlog-1.4.tar.gz'
md5 'c29f74e0f50d66b20312d049b683ff82'
- def patches
- return { :p1 => DATA }
- end
+ def patches; DATA; end
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"