From 79129066a32e2fddfd9704c82db4128bbac5d3dd Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Thu, 26 Aug 1999 11:30:48 +0000 Subject: Argh! The last commit got the port installing the exim binaries into ${PREFIX}/bin instead of ${PREFIX}/sbin . Fixed. Reported by: Mike Freislich --- mail/exim-devel/files/Makefile | 2 +- mail/exim-old/files/Makefile | 2 +- mail/exim/files/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'mail') diff --git a/mail/exim-devel/files/Makefile b/mail/exim-devel/files/Makefile index 08234c1c21d8..7897639c8726 100644 --- a/mail/exim-devel/files/Makefile +++ b/mail/exim-devel/files/Makefile @@ -91,7 +91,7 @@ # installed in this directory. There is no default for this variable built into # the source files; it must be set in one of the local configuration files. -BIN_DIRECTORY=XX_PREFIX_XX/bin +BIN_DIRECTORY=XX_PREFIX_XX/sbin # The default distribution of Exim contains only the plain text form of the diff --git a/mail/exim-old/files/Makefile b/mail/exim-old/files/Makefile index 08234c1c21d8..7897639c8726 100644 --- a/mail/exim-old/files/Makefile +++ b/mail/exim-old/files/Makefile @@ -91,7 +91,7 @@ # installed in this directory. There is no default for this variable built into # the source files; it must be set in one of the local configuration files. -BIN_DIRECTORY=XX_PREFIX_XX/bin +BIN_DIRECTORY=XX_PREFIX_XX/sbin # The default distribution of Exim contains only the plain text form of the diff --git a/mail/exim/files/Makefile b/mail/exim/files/Makefile index 08234c1c21d8..7897639c8726 100644 --- a/mail/exim/files/Makefile +++ b/mail/exim/files/Makefile @@ -91,7 +91,7 @@ # installed in this directory. There is no default for this variable built into # the source files; it must be set in one of the local configuration files. -BIN_DIRECTORY=XX_PREFIX_XX/bin +BIN_DIRECTORY=XX_PREFIX_XX/sbin # The default distribution of Exim contains only the plain text form of the -- cgit v1.2.3