aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ptunnel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ptunnel.rb')
-rw-r--r--Library/Formula/ptunnel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ptunnel.rb b/Library/Formula/ptunnel.rb
index 8fd8dbc35..e42720fd0 100644
--- a/Library/Formula/ptunnel.rb
+++ b/Library/Formula/ptunnel.rb
@@ -9,7 +9,7 @@ class Ptunnel <Formula
def install
system "make"
bin.install "ptunnel"
- (man+'man8').install "ptunnel.8"
+ man8.install "ptunnel.8"
end
def caveats