cdargs: use patch DSL

master
Jack Nagel 2014-03-18 12:13:30 -05:00
parent a67baaee7e
commit d8f7205dd5
1 changed files with 1 additions and 3 deletions

View File

@ -12,9 +12,7 @@ class Cdargs < Formula
# fixes zsh usage using the patch provided at the cdargs homepage # fixes zsh usage using the patch provided at the cdargs homepage
# (See http://www.skamphausen.de/cgi-bin/ska/CDargs) # (See http://www.skamphausen.de/cgi-bin/ska/CDargs)
def patches patch :DATA
DATA
end
def install def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"