aboutsummaryrefslogtreecommitdiff
path: root/security/openconnect/files/patch-www__Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/openconnect/files/patch-www__Makefile.in')
-rw-r--r--security/openconnect/files/patch-www__Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/openconnect/files/patch-www__Makefile.in b/security/openconnect/files/patch-www__Makefile.in
deleted file mode 100644
index d18255d33c65..000000000000
--- a/security/openconnect/files/patch-www__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- www/Makefile.in.orig
-+++ www/Makefile.in
-@@ -724,7 +724,7 @@
- cd $(top_builddir) && $(SHELL) ./config.status openconnect.8
-
- openconnect.8.inc: $(top_builddir)/openconnect.8
-- groff -t -K UTF-8 -mandoc -Txhtml $? | sed -e '1,/<body>/d' -e '/<\/body>/,$$d' > $@
-+ groff -t -mandoc -Thtml $^ | sed -e '1,/<body>/d' -e '/<\/body>/,$$d' > $@
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.