mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
12 lines
486 B
Plaintext
12 lines
486 B
Plaintext
--- apps/Makefile.ssl.orig Tue Dec 24 11:50:16 2002
|
|
+++ apps/Makefile.ssl Thu Jan 2 17:58:03 2003
|
|
@@ -111,7 +111,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)
|