mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
sqmail: drop own hostname implementation, clashes.
This commit is contained in:
parent
f3e3d8774d
commit
eb08ee685d
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sqmail'
|
# Template file for 'sqmail'
|
||||||
pkgname=sqmail
|
pkgname=sqmail
|
||||||
version=4.0.07
|
version=4.0.07
|
||||||
revision=2
|
revision=3
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="mail/${pkgname}/${pkgname}-${version}/src"
|
build_wrksrc="mail/${pkgname}/${pkgname}-${version}/src"
|
||||||
makedepends="fehQlibs libidn2-devel ucspi-ssl-devel"
|
makedepends="fehQlibs libidn2-devel ucspi-ssl-devel"
|
||||||
|
@ -115,6 +115,8 @@ do_install() {
|
||||||
for f in ../man/*.?; do
|
for f in ../man/*.?; do
|
||||||
vman $f
|
vman $f
|
||||||
done
|
done
|
||||||
|
rm ${DESTDIR}/usr/bin/hostname
|
||||||
|
rm ${DESTDIR}/usr/share/man/man8/hostname.8
|
||||||
vsv qmail-send
|
vsv qmail-send
|
||||||
vsv qmail-smtpd
|
vsv qmail-smtpd
|
||||||
vsv qmail-smtpsd
|
vsv qmail-smtpsd
|
||||||
|
|
Loading…
Add table
Reference in a new issue