From 003b52193d332973b180a42fdee470aa47e8a352 Mon Sep 17 00:00:00 2001 From: Martin Kühl Date: Thu, 24 Jun 2010 22:42:04 +0200 Subject: Install manpage for formula: `dtach`. Signed-off-by: Adam Vandenberg --- Library/Formula/dtach.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/dtach.rb b/Library/Formula/dtach.rb index 6dc57987e..be7049e29 100644 --- a/Library/Formula/dtach.rb +++ b/Library/Formula/dtach.rb @@ -8,10 +8,11 @@ class Dtach instead of "config.h", so "." needs to be in the include path. ENV.append "CFLAGS", "-I." - + system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" - + system "make" bin.install "dtach" + man1.install gzip("dtach.1") end end -- cgit v1.2.3