aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrock Batsell2014-04-06 09:23:52 -0500
committerJack Nagel2014-04-06 10:33:02 -0500
commitdb7e6546a6a4c159e829b58b58f39473772024d6 (patch)
tree3b6facc8fa0c15e2f411f5d04322035e32792eee
parent1047ef690e8e5d7c0619cef6bfae628236e6e9a9 (diff)
downloadhomebrew-db7e6546a6a4c159e829b58b58f39473772024d6.tar.bz2
spiped: install man page
Closes #28199. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/spiped.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/spiped.rb b/Library/Formula/spiped.rb
index d9105698d..f2ab8035b 100644
--- a/Library/Formula/spiped.rb
+++ b/Library/Formula/spiped.rb
@@ -8,7 +8,8 @@ class Spiped < Formula
depends_on :bsdmake
def install
- system "bsdmake", "BINDIR_DEFAULT=#{bin}", "install"
+ man1.mkpath
+ system "bsdmake", "BINDIR_DEFAULT=#{bin}", "MAN1DIR=#{man1}", "install"
doc.install 'spiped/README' => 'README.spiped',
'spipe/README' => 'README.spipe'
end