--- makefile.in.orig Thu Aug 3 18:35:17 2000 +++ makefile.in Fri Aug 4 03:45:59 2000 @@ -48,15 +48,15 @@ MANDIR= $(DESTDIR)$(mandir) ## Where you want the lynx.cfg file installed -libdir= @libdir@ +libdir= @libdir@ LIBDIR= $(DESTDIR)$(libdir) ## Where you want the doc-files installed -docdir= @libdir@/lynx_doc +docdir= @libdir@/../share/doc/lynx DOCDIR= $(DESTDIR)$(docdir) ## Where you want the help-files installed -helpdir= @libdir@/lynx_help +helpdir= @libdir@/../share/lynx_help HELPDIR= $(DESTDIR)$(helpdir) ##set the relative location of the WWW library Implementation directory, @@ -84,8 +84,8 @@ # about the SSL patch for Lynx, please see http://www.moxienet.com/lynx/. # This page also contains links which enable you to test your copy of Lynx' # ability to make SSL connections. -SSL_DIR= /usr/local/ssl -SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto +SSL_DIR= $(OPENSSLBASE) +SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto ${EXTRA_SSL_LIBS} SSL_DEFINES= -DUSE_SSL -I$(SSL_DIR)/include/openssl -I$(SSL_DIR)/include # !!!!!!!!!!! SUN resolv LIBRARY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!