aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-13 16:58:15 -0800
committerAdam Vandenberg2010-02-13 16:58:15 -0800
commit316a4ce6cc78a4feb2476759bf395044992523fe (patch)
tree975cb5b04c72520f3c209967f7afb78fa88f2bff /Library
parent27e8a42621b9fd8b4388898f4f9bbb4b70fed74a (diff)
downloadhomebrew-316a4ce6cc78a4feb2476759bf395044992523fe.tar.bz2
cvsps - manual install steps
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cvsps.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/cvsps.rb b/Library/Formula/cvsps.rb
index 6f3625f28..89657388d 100644
--- a/Library/Formula/cvsps.rb
+++ b/Library/Formula/cvsps.rb
@@ -7,7 +7,8 @@ class Cvsps <Formula
version '2.2b1'
def install
- system "make"
- system "prefix=#{prefix} make install"
+ system "make cvsps"
+ bin.install "cvsps"
+ man1.install gzip("cvsps.1")
end
end