diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cvsps.rb | 5 |
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 |
