a8f0abc245
directory. Bump PKGREVISION to 4. From Ryo HAYASAKA in PR pkg/26808.
47 lines
1.4 KiB
Text
47 lines
1.4 KiB
Text
$NetBSD: patch-aa,v 1.3 2004/08/30 16:00:49 jmmv Exp $
|
|
|
|
--- config.in.orig 2003-06-09 13:00:02.000000000 +0200
|
|
+++ config.in
|
|
@@ -4,16 +4,18 @@
|
|
# 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.
|
|
-WISH=
|
|
-TCLSH=
|
|
+WISH=@WISH@
|
|
+TCLSH=@TCLSH@
|
|
|
|
# Filename of the user config file of TkPasMan. Be sure to quote file-
|
|
# names starting with a tilde!
|
|
@@ -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
|