diff options
| author | Brock Batsell | 2014-04-06 09:23:52 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-04-06 10:33:02 -0500 | 
| commit | db7e6546a6a4c159e829b58b58f39473772024d6 (patch) | |
| tree | 3b6facc8fa0c15e2f411f5d04322035e32792eee /Library/Formula/spiped.rb | |
| parent | 1047ef690e8e5d7c0619cef6bfae628236e6e9a9 (diff) | |
| download | homebrew-db7e6546a6a4c159e829b58b58f39473772024d6.tar.bz2 | |
spiped: install man page
Closes #28199.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/spiped.rb')
| -rw-r--r-- | Library/Formula/spiped.rb | 3 | 
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  | 
