diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 15:40:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 15:40:11 +0000 |
commit | 36af88dcd407adfd229a79c46af50ebaef4def47 (patch) | |
tree | e630c8e6d3ef11dcbf573cbabe9f38bed91f6ae5 | |
parent | Update to version 2b28. (diff) |
Honor PREFIX setting.
PR: 15137
Submitted by: Matt Behrens <matt@zigg.com>
Notes
Notes:
svn path=/head/; revision=23879
-rw-r--r-- | www/lynx-ssl/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lynx-ssl/files/patch-aa b/www/lynx-ssl/files/patch-aa index 62af89d880b2..38708c8f2b08 100644 --- a/www/lynx-ssl/files/patch-aa +++ b/www/lynx-ssl/files/patch-aa @@ -15,7 +15,7 @@ # ability to make SSL connections. -SSL_DIR= /usr/local/ssl -SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto -+SSL_DIR= /usr/local ++SSL_DIR= $(prefix) +SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto ${EXTRA_SSL_LIBS} SSL_DEFINES= -I$(SSL_DIR)/include -DUSE_SSL |