diff options
| author | Jack Nagel | 2014-03-17 22:44:49 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-17 22:47:06 -0500 |
| commit | e5e3166465261d7edae69a287a6e86c925ff07d2 (patch) | |
| tree | 8310969ef16cc3f921f2ed6889451a34588f883b /Library/Formula | |
| parent | 2f412143963e09944d27f27b56549e2c09bd2bed (diff) | |
| download | homebrew-e5e3166465261d7edae69a287a6e86c925ff07d2.tar.bz2 | |
aspell: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/aspell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb index 63888ad24..30a91a3ca 100644 --- a/Library/Formula/aspell.rb +++ b/Library/Formula/aspell.rb @@ -568,7 +568,7 @@ class Aspell < Formula end # const problems with llvm: http://www.freebsd.org/cgi/query-pr.cgi?pr=180565&cat= - def patches; DATA; end + patch :DATA def install system "./configure", "--prefix=#{prefix}" |
