1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/lynx-ssl/files/patch-aa
Steve Price be132c8ed1 Update to version 2.8.2.1.
PR:		12103
Submitted by:	maintainer
1999-06-10 08:17:54 +00:00

23 lines
829 B
Plaintext

--- makefile.in.orig Wed Jun 9 23:24:37 1999
+++ makefile.in Wed Jun 9 23:26:39 1999
@@ -54,7 +54,7 @@
DOCDIR= $(DESTDIR)$(docdir)
## Where you want the help-files installed
-helpdir= @libdir@/lynx_help
+helpdir= $(prefix)/lib/lynx_help
HELPDIR= $(DESTDIR)$(helpdir)
##set the relative location of the WWW library Implementation directory,
@@ -83,8 +83,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= /usr/local
+SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto ${EXTRA_SSL_LIBS}
SSL_DEFINES= -I$(SSL_DIR)/include -DUSE_SSL
# !!!!!!!!!!! SUN resolv LIBRARY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!