mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
fb85680370
OpenSSL is a successor of SSLeay (see http://www.openssl.org/). This port uses almost the same files as SSLeay. So they can't be installed both. - make the port ${PREFIX} clean - reorganize PLIST (list links as normal files, which makes the PLIST shorter and easier to maintain) - reference ${PREFIX}/etc/ssleay.cnf only (there was a reference to ${PREFIX}/lib/ssleay.cnf somewhere) - some other minor portlint changes
12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
--- Makefile.ssl.orig Wed Dec 23 09:20:52 1998
|
|
+++ Makefile.ssl Sun Jan 3 20:03:00 1999
|
|
@@ -174,7 +174,7 @@
|
|
ONEDIRS=out tmp
|
|
EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep
|
|
WDIRS= windows
|
|
-LIBS= libcrypto.a libssl.a
|
|
+LIBS= libcrypto.a libssl.a libRSAglue.a
|
|
|
|
GENERAL= Makefile
|
|
BASENAME= openssl
|