mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Replaced afterinstall: with FILES.
This commit is contained in:
parent
62f696fcfa
commit
a5d15979f2
1 changed files with 3 additions and 3 deletions
|
|
@ -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 a new issue