aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/djmount.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/djmount.rb')
-rw-r--r--Library/Formula/djmount.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/djmount.rb b/Library/Formula/djmount.rb
index 02e3a7545..4b5ad75a6 100644
--- a/Library/Formula/djmount.rb
+++ b/Library/Formula/djmount.rb
@@ -13,14 +13,14 @@ class Djmount <Formula
def caveats
<<-EOS.undent
- This depends on the MacFUSE installation from http://code.google.com/p/macfuse/
- MacFUSE must be installed prior to installing this formula.
+ This depends on the MacFUSE installation from http://code.google.com/p/macfuse/
+ MacFUSE must be installed prior to installing this formula.
EOS
end
def install
ENV.append "CFLAGS", "-D__FreeBSD__=10"
- system "./configure", "--disable-debug",
+ system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--with-fuse-prefix=/usr/local",