1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/lynx-ssl/files/patch-aa
Neil Blakey-Milner 5baeababef Upgrade to 2.8.3.1, and unmark FORBIDDEN. (non-ssl lynx was unmarked
broken when crossing 2.8.3.pre5)

PR:		ports/20399
Submitted by:	Stefan `Sec` Zehl <sec@ice.42.org> (MAINTAINER)
2000-08-06 16:19:45 +00:00

33 lines
1.1 KiB
Plaintext

--- 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 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!