mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7282254b71
- some changes of the directory layout: e. g. ${PREFIX}/lib/openssl.cnf -> ${PREFIX}/openssl/openssl.cnf
14 lines
502 B
Plaintext
14 lines
502 B
Plaintext
--- apps/Makefile.ssl.orig Sun May 23 14:36:09 1999
|
|
+++ apps/Makefile.ssl Fri May 28 22:29:19 1999
|
|
@@ -101,8 +101,8 @@
|
|
cp $$i $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i; \
|
|
chmod 755 $(INSTALL_PREFIX)$(OPENSSLDIR)/misc/$$i ); \
|
|
done
|
|
- @cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR); \
|
|
- chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf
|
|
+ @cp openssl.cnf $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.sample; \
|
|
+ chmod 644 $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf.sample
|
|
|
|
tags:
|
|
ctags $(SRC)
|