aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-20 12:56:28 -0700
committerAdam Vandenberg2013-06-20 12:56:28 -0700
commit9cf4b71dfb7e9e66f9e744c04d61ed29fb1e1ade (patch)
tree1d21559761c48a65e7da13f4d0dbc910fb89a558 /Library
parent4745bcacf3d64afd129e15155aa4cec5f26e55a2 (diff)
downloadhomebrew-9cf4b71dfb7e9e66f9e744c04d61ed29fb1e1ade.tar.bz2
base64: install manpage
Closes #20634.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/base64.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/base64.rb b/Library/Formula/base64.rb
index 18411c6df..9a78847ba 100644
--- a/Library/Formula/base64.rb
+++ b/Library/Formula/base64.rb
@@ -6,9 +6,9 @@ class Base64 < Formula
sha1 '25b5ae71c2818c7a489065ca1637806cd5109524'
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking"
system "make"
bin.install "base64"
+ man1.install "base64.1"
end
end