s-nail: modify SENDMAIL and disable AUTOCC
This commit is contained in:
parent
2fa37c42ca
commit
ac90a025bf
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 's-nail'
|
# Template file for 's-nail'
|
||||||
pkgname=s-nail
|
pkgname=s-nail
|
||||||
version=14.7.5
|
version=14.7.5
|
||||||
revision=1
|
revision=2
|
||||||
makedepends="libressl-devel libidn-devel"
|
makedepends="libressl-devel libidn-devel"
|
||||||
conf_files="/etc/mail.rc"
|
conf_files="/etc/mail.rc"
|
||||||
short_desc="Mail processing system with a command syntax reminiscent of ed"
|
short_desc="Mail processing system with a command syntax reminiscent of ed"
|
||||||
|
@ -14,8 +14,9 @@ provides="mail-${version}_${revision}"
|
||||||
replaces="mail>=0"
|
replaces="mail>=0"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make PREFIX=/usr SYSCONFDIR=/etc SID= NAIL=mail BINDIR=/usr/bin \
|
make PREFIX=/usr SYSCONFDIR=/etc SID= NAIL=mail BINDIR=/usr/bin MANDIR=/usr/share/man \
|
||||||
MANDIR=/usr/share/man MAILSPOOL=/var/spool/mail XPAGER=less WANT_IDNA=1 config
|
MAILSPOOL=/var/spool/mail XPAGER=less WANT_IDNA=1 WANT_AUTOCC=0 SENDMAIL=/usr/bin/sendmail \
|
||||||
|
config
|
||||||
make CC=$CC ${makejobs} build
|
make CC=$CC ${makejobs} build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue