From 19ca2a9dc98720d279fa186c136b9ab07f22930f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 18 Mar 2014 16:51:42 -0500 Subject: flactag: use patch DSL --- Library/Formula/flactag.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/flactag.rb b/Library/Formula/flactag.rb index 982306b86..cf9aeda1d 100644 --- a/Library/Formula/flactag.rb +++ b/Library/Formula/flactag.rb @@ -14,11 +14,9 @@ class Flactag < Formula depends_on 's-lang' depends_on 'unac' - def patches - # Don't have a2x run xmllint on the a2x-generated DocBook - it - # fails its own validation. - DATA - end + # Don't have a2x run xmllint on the a2x-generated DocBook - it + # fails its own validation. + patch :DATA def install ENV.append 'LDFLAGS', '-liconv' -- cgit v1.2.3