diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-08-26 11:30:48 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-08-26 11:30:48 +0000 |
commit | 32f6e8d65696ea48ce4cfabd41a5d03c6930db29 (patch) | |
tree | b15776df2bac18aaa7da200b9ca6adfd4369db9b /mail/exim-devel | |
parent | 35ed4b89c510c0ba31587385b1cec70454888248 (diff) | |
download | FreeBSD-ports-32f6e8d65696ea48ce4cfabd41a5d03c6930db29.zip FreeBSD-ports-32f6e8d65696ea48ce4cfabd41a5d03c6930db29.tar.gz |
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>
Diffstat (limited to 'mail/exim-devel')
-rw-r--r-- | mail/exim-devel/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-devel/files/Makefile b/mail/exim-devel/files/Makefile index 08234c1..7897639 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 |