Replaced afterinstall: with FILES.
This commit is contained in:
parent
62f696fcfa
commit
a5d15979f2
@ -20,11 +20,11 @@ SYMLINKS+= /usr/libexec/sendmail/sendmail ${BINDIR}/mailwrapper
|
||||
.endif
|
||||
.endif
|
||||
|
||||
afterinstall:
|
||||
.if !defined(NO_MAILWRAPPER)
|
||||
.if !exists(${DESTDIR}/etc/mail/mailer.conf)
|
||||
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
|
||||
${.CURDIR}/../../etc/mail/mailer.conf ${DESTDIR}/etc/mail
|
||||
FILES= ${.CURDIR}/../../etc/mail/mailer.conf
|
||||
FILESDIR= /etc/mail
|
||||
FILESMODE= 644
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user