$NetBSD: patch-ah,v 1.2 2006/10/19 11:51:27 markd Exp $

--- source/aimk.site.orig	2005-11-24 07:14:52.000000000 +1300
+++ source/aimk.site
@@ -54,7 +54,7 @@ setenv TMPDIR /tmp
 # OPENSSL_HOME the directory where the include and lib directory of openssl
 # is installed
 #
-set OPENSSL_HOME = /vol2/tools/SW/openssl-0.9.7e/$buildarch
+set OPENSSL_HOME = @ssl_prefix@
 
 # 
 # POSTGRES_HOME the directory where the include and lib directory of 
@@ -66,11 +66,11 @@ set POSTGRES_HOME = /vol2/tools/SW/postg
 # BERKELEYDB_HOME the directory where the include and lib directory of
 # Berkeley DB is installed
 #
-set BERKELEYDB_HOME = /vol2/SW/db-4.2.52/$buildarch
+set BERKELEYDB_HOME = @db4_prefix@
 #set BERKELEYDB_HOME = /vol2/SW/db-4.3.3/$buildarch
-set BDB_INCLUDE_SUBDIR =
+set BDB_INCLUDE_SUBDIR = db4
 set BDB_LIB_SUBDIR =
-set BDB_LIB_SUFFIX =
+set BDB_LIB_SUFFIX = 4
 
 # 
 # KRB_HOME the directory where the include and lib directory of kerberos is
@@ -99,7 +99,7 @@ set SWIG = /vol2/tools/SW/swig-1.3.22/$b
 #
 # PERL path
 #
-set PERL = /vol2/tools/SW/$buildarch/bin/perl
+set PERL = @perl5@
 
 #
 # TCLSH path
