mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
../Makefile.inc was clobbering BINDIR so sendmail was being installed in
/usr/sbin/ instead of /usr/libexec/sendmail/ Submitted by: bde
This commit is contained in:
parent
64bcb9c815
commit
1e503e9884
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67083
@ -5,7 +5,7 @@ SENDMAIL_DIR=${.CURDIR}/../../../contrib/sendmail
|
||||
SMDIR= ${SENDMAIL_DIR}/src
|
||||
.PATH: ${SMDIR}
|
||||
|
||||
BINDIR?=/usr/libexec/sendmail
|
||||
BINDIR= /usr/libexec/sendmail
|
||||
|
||||
PROG= sendmail
|
||||
|
||||
|
@ -5,7 +5,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
SMDIR= ${SENDMAIL_DIR}/src
|
||||
.PATH: ${SMDIR}
|
||||
|
||||
BINDIR?=/usr/libexec/sendmail
|
||||
BINDIR= /usr/libexec/sendmail
|
||||
|
||||
PROG= sendmail
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user