summaryrefslogtreecommitdiff
path: root/security/tkpasman/patches/patch-aa
blob: aadc77af6e90768e88a71bb71554c45c0345808c (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.2 2003/06/09 22:12:35 jmmv Exp $

--- config.in.orig	2003-06-09 13:00:02.000000000 +0200
+++ 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 losing data while switching from one algorithm to
@@ -45,4 +47,3 @@ ENC="bf|des3|rc2"
 # ================================================
 VERSION=2.2a
 PROGNAME=tkpasman
-OPENSSL_SEARCH_PATH=/usr/ssl/bin:/usr/openssl/bin:/usr/local/ssl/bin:/usr/local/openssl/bin