diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-08-26 11:30:48 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-08-26 11:30:48 +0000 |
commit | 79129066a32e2fddfd9704c82db4128bbac5d3dd (patch) | |
tree | e00ad082acc331f14bea49aaca97747742c2c059 /mail/exim | |
parent | Currently php-3.0.12 misses ImagePng() and ImageCreateFromPng() for (diff) |
Argh! The last commit got the port installing the exim binaries into
${PREFIX}/bin instead of ${PREFIX}/sbin . Fixed.
Reported by: Mike Freislich <mikef@korbitec.com>
Notes
Notes:
svn path=/head/; revision=20989
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |