aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pdflib-lite.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/pdflib-lite.rb b/Library/Formula/pdflib-lite.rb
index db5bf9fd5..37fc0a1db 100644
--- a/Library/Formula/pdflib-lite.rb
+++ b/Library/Formula/pdflib-lite.rb
@@ -20,12 +20,12 @@ class PdflibLite < Formula
"--without-ruby"
system "make"
system "make install"
+ end
- def caveats; <<-EOM
-pdflib-lite is not open source software; usage restrictions apply!
-Be sure to understand and obey the license terms, which can be found at:
-http://www.pdflib.com/products/pdflib-family/pdflib-lite/pdflib-lite-licensing/
- EOM
- end
+ def caveats; <<-EOS.undent
+ pdflib-lite is not open source software; usage restrictions apply!
+ Be sure to understand and obey the license terms, which can be found at:
+ http://www.pdflib.com/products/pdflib-family/pdflib-lite/pdflib-lite-licensing/
+ EOS
end
end