From b750d66150d3cf398d70736fd773571112aefc20 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 5 Jul 2008 13:32:35 +0000 Subject: [PATCH] Fix vpnc installation on man pages SVN-Revision: 11661 --- net/vpnc/patches/003-no_makeman.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/vpnc/patches/003-no_makeman.patch diff --git a/net/vpnc/patches/003-no_makeman.patch b/net/vpnc/patches/003-no_makeman.patch new file mode 100644 index 0000000000..e92ffeaee9 --- /dev/null +++ b/net/vpnc/patches/003-no_makeman.patch @@ -0,0 +1,12 @@ +diff -urN vpnc-0.5.1/Makefile vpnc-0.5.1.new/Makefile +--- vpnc-0.5.1/Makefile 2007-09-06 22:05:15.000000000 +0200 ++++ vpnc-0.5.1.new/Makefile 2008-07-05 15:30:04.000000000 +0200 +@@ -71,7 +71,7 @@ + $(CC) -o $@ $^ $(LDFLAGS) + + vpnc.8 : vpnc.8.template makeman.pl vpnc +- ./makeman.pl ++ touch vpnc.8 + + cisco-decrypt : cisco-decrypt.o config.o supp.o sysdep.o vpnc-debug.o + $(CC) -o $@ $^ $(LDFLAGS) -- 2.30.2