diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-06-29 18:06:00 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-06-29 18:06:00 +0000 |
| commit | 70448a5414ad07e437bed167cdeea36319cce4bc (patch) | |
| tree | 2ff0d0f480e100ed3523bcbf9080e7cb287461e1 /usr.sbin/mailwrapper | |
| parent | 97ce5033a8607d79a77fbcba6aafee790dc7bf26 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/mailwrapper')
| -rw-r--r-- | usr.sbin/mailwrapper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile index 65bc7f023ffa..28e0c3c1ce6d 100644 --- a/usr.sbin/mailwrapper/Makefile +++ b/usr.sbin/mailwrapper/Makefile @@ -31,9 +31,9 @@ SYMLINKS+= ..${BINDIR}/mailwrapper /bin/rmail # dma(8) are installed and simply provide a default that can be changed for an # alternative in ports. .if ${MK_SENDMAIL} != "no" || ${MK_DMAGENT} == "no" -FILES= ${SRCTOP}/etc/mail/mailer.conf -FILESDIR= /etc/mail -FILESMODE= 644 +CONFS= ${SRCTOP}/etc/mail/mailer.conf +CONFSDIR= /etc/mail +CONFSMODE= 644 .endif .endif |
