aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 20:21:16 -0500
committerJack Nagel2014-03-19 21:42:17 -0500
commitf63f1f863e07f8665877e2357b6f46f0aeb3d570 (patch)
tree1141029f37f0f4373b3a12b852de187b1ed160d1 /Library/Formula
parent0ab51f3c7f52a255b8996ba77359247f5a5ad59a (diff)
downloadhomebrew-f63f1f863e07f8665877e2357b6f46f0aeb3d570.tar.bz2
opendetex: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/opendetex.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/opendetex.rb b/Library/Formula/opendetex.rb
index 5de980d07..d53658b76 100644
--- a/Library/Formula/opendetex.rb
+++ b/Library/Formula/opendetex.rb
@@ -5,9 +5,7 @@ class Opendetex < Formula
url 'https://opendetex.googlecode.com/files/opendetex-2.8.1.tar.bz2'
sha1 'a811635519dc6573735ca9d406f7032eccacd7e0'
- def patches
- DATA
- end
+ patch :DATA
def install
system 'make'