summaryrefslogtreecommitdiff
path: root/security/tkpasman/patches/patch-aa
blob: 3bee525a98a6ea9bb96bc80e061377385ed558ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$NetBSD: patch-aa,v 1.1.1.1 2002/12/05 21:21:55 jmmv Exp $

--- config.in.orig	Tue Nov 13 16:05:11 2001
+++ config.in
@@ -4,11 +4,13 @@
 # paths below.
 
 # In which directory do you want tkpasman to be installed?
-BINDIR=/usr/local/bin
+BINDIR=@PREFIX@/bin
+
+INSTALL_SCRIPT="@INSTALL_SCRIPT@"
 
 # Shell to run the build script with (e.g. /bin/bash).
 #SHELL=/bin/bash
-SHELL=/bin/sh
+SHELL=@SHELL@
 
 # The Makefile should find wish8.3 and tclsh8.3.  When it fails, enter here
 # the full path to your wish and tclsh shell.
@@ -27,12 +29,12 @@ PWDFILE='~/.tkpasman'
 
 # Build in openssl support (true or false, optional).
 # (You will have to switch on encryption in the Options menu)
-USE_OPENSSL=true
+USE_OPENSSL=@USE_OPENSSL@
 
 # Full pathname of the openssl program (e.g. /usr/local/ssl/bin/openssl)
 # Only supply this pathname if the build script does not find it on
 # itself.
-OPENSSL=
+OPENSSL=@OPENSSL@
 
 # The preferred algorithms to use.  We don't make this a runtime option, to
 # prevent users from loosing data while switching from one algorithm to
@@ -45,4 +47,3 @@ ENC="bf|des3|rc2"
 # ================================================
 VERSION=2.2
 PROGNAME=tkpasman
-OPENSSL_SEARCH_PATH=/usr/ssl/bin:/usr/openssl/bin:/usr/local/ssl/bin:/usr/local/openssl/bin