aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-19 07:15:24 -0800
committerAdam Vandenberg2013-11-19 07:16:42 -0800
commite10c5ac3577902f12ce4f3f38c1a6b9d68574177 (patch)
tree1fcc44051ac88ee367566e0860b91303349876ae /Library
parentfb7a54f3fbbfb87c7b05862725b6775ed3bf961d (diff)
downloadhomebrew-e10c5ac3577902f12ce4f3f38c1a6b9d68574177.tar.bz2
globus-toolkit: move man pages
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/globus-toolkit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/globus-toolkit.rb b/Library/Formula/globus-toolkit.rb
index ed0610517..e5e073c93 100644
--- a/Library/Formula/globus-toolkit.rb
+++ b/Library/Formula/globus-toolkit.rb
@@ -13,5 +13,6 @@ class GlobusToolkit < Formula
system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"
+ share.install prefix/'man'
end
end