mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
- OpenSSL binary and libs for testing and scanning - Use with e.g. sslscan or testssl.sh Differential Revision: https://reviews.freebsd.org/D9483
11 lines
461 B
Text
11 lines
461 B
Text
--- apps/Makefile.orig 2017-07-06 01:00:00 UTC
|
|
+++ apps/Makefile
|
|
@@ -118,7 +118,7 @@ install:
|
|
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)
|