aboutsummaryrefslogtreecommitdiffstats
path: root/www/lynx-ssl
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-23 23:40:11 +0800
committersteve <steve@FreeBSD.org>1999-12-23 23:40:11 +0800
commitd97051286aee560a1b0de9aa422fa93c830a849d (patch)
treeafec89e0c907f261a6bf90aed139fe1cc6d5c7b7 /www/lynx-ssl
parent8a42af67f33e5aeadf4f7d737c388800014a8735 (diff)
downloadfreebsd-ports-gnome-d97051286aee560a1b0de9aa422fa93c830a849d.tar.gz
freebsd-ports-gnome-d97051286aee560a1b0de9aa422fa93c830a849d.tar.zst
freebsd-ports-gnome-d97051286aee560a1b0de9aa422fa93c830a849d.zip
Honor PREFIX setting.
PR: 15137 Submitted by: Matt Behrens <matt@zigg.com>
Diffstat (limited to 'www/lynx-ssl')
-rw-r--r--www/lynx-ssl/files/patch-aa2
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