aboutsummaryrefslogtreecommitdiffstats
path: root/main/openssl/man-section.patch
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-03-31 15:49:58 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-03-31 16:54:30 +0000
commit236c12eac80b0567841f78ec9191c97ef7464e1f (patch)
tree97f92011b3b94fcefbba3bbed46f1333372251d2 /main/openssl/man-section.patch
parent4821cfe25be80aba74fe9fd470ae24fc9c71a06e (diff)
downloadaports-236c12eac80b0567841f78ec9191c97ef7464e1f.tar.bz2
aports-236c12eac80b0567841f78ec9191c97ef7464e1f.tar.xz
main/openssl: upgrade to 1.1.1f
Diffstat (limited to 'main/openssl/man-section.patch')
-rw-r--r--main/openssl/man-section.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/openssl/man-section.patch b/main/openssl/man-section.patch
index 2920145612..0606897f45 100644
--- a/main/openssl/man-section.patch
+++ b/main/openssl/man-section.patch
@@ -25,8 +25,8 @@ index 1292053546f5..c034d21884d8 100644
@[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
@$(ECHO) "*** Installing manpages"
$(PERL) $(SRCDIR)/util/process_docs.pl \
-- --destdir=$(DESTDIR)$(MANDIR) --type=man --suffix=$(MANSUFFIX)
-+ --destdir=$(DESTDIR)$(MANDIR) --type=man --suffix=$(MANSUFFIX) \
+- "--destdir=$(DESTDIR)$(MANDIR)" --type=man --suffix=$(MANSUFFIX)
++ "--destdir=$(DESTDIR)$(MANDIR)" --type=man --suffix=$(MANSUFFIX) \
+ --mansection=$(MANSECTION)
uninstall_man_docs: