flactag: use patch DSL

This commit is contained in:
Jack Nagel 2014-03-18 16:51:42 -05:00
parent c2a9b5d379
commit 827eb370e4

View file

@ -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'