diff options
Diffstat (limited to 'security/openssl/files/patch-apps__Makefile')
-rw-r--r-- | security/openssl/files/patch-apps__Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openssl/files/patch-apps__Makefile b/security/openssl/files/patch-apps__Makefile new file mode 100644 index 000000000000..77e810e497c6 --- /dev/null +++ b/security/openssl/files/patch-apps__Makefile @@ -0,0 +1,11 @@ +--- apps/Makefile.orig Tue Aug 10 11:09:07 2004 ++++ apps/Makefile Tue Oct 26 07:00:51 2004 +@@ -112,7 +112,7 @@ + done + @cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \ + chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new; \ +- mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf ++ mv -f $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.new $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.sample + + tags: + ctags $(SRC) |