summaryrefslogtreecommitdiff
path: root/packages/vpnc/files/makeman.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/vpnc/files/makeman.patch')
-rw-r--r--packages/vpnc/files/makeman.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/vpnc/files/makeman.patch b/packages/vpnc/files/makeman.patch
index 13a40ed746..decc86f120 100644
--- a/packages/vpnc/files/makeman.patch
+++ b/packages/vpnc/files/makeman.patch
@@ -5,7 +5,7 @@
# this pays off when converting the manpage to HTML or such.
-open my $LONGHELP, '-|', "$vpnc --long-help";
-+open my $LONGHELP, '-|', "cat ../vpnc0.5.1--long-help";
++open my $LONGHELP, '-|', "cat ../vpnc*--long-help";
my $vpnc_options = '';
my $relative_indent = 0;
my $indent_needed = 0;