summaryrefslogtreecommitdiff
path: root/mail/exim/patches/patch-aa
blob: d57436817ef024a715663f01cac20e762cbd2f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2002/06/19 16:02:27 ad Exp $

--- scripts/exim_install.orig	Thu Jun 13 12:06:12 2002
+++ scripts/exim_install	Thu Jun 13 12:07:28 2002
@@ -42,6 +42,8 @@
 NO_SYMLINK=`sed -n         -e '/^ *NO_SYMLINK *=/{s/^[^=]*= *//; s/ \{1,\}#.*//;s/ *$//;h;}' -e '${g;p;}' Makefile`
 EXE=`sed -n                       -e '/^ *EXE *=/{s/^[^=]*= *//; s/ \{1,\}#.*//;s/ *$//;h;}' -e '${g;p;}' Makefile`
 
+INST_CONFIGURE_FILE=$CONFIGURE_FILE.example
+
 # Allow INST_xx to over-ride xx
 case "$INST_BIN_DIRECTORY" in ?*) BIN_DIRECTORY="$INST_BIN_DIRECTORY";; esac
 case "$INST_CONFIGURE_FILE" in ?*) CONFIGURE_FILE="$INST_CONFIGURE_FILE";; esac