From a5d15979f248a6b7aced06dbff7494a0e01053d5 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 18 Oct 2004 17:20:29 +0000 Subject: [PATCH] Replaced afterinstall: with FILES. --- usr.sbin/mailwrapper/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile index f67e77539c0..6d52dadf6fb 100644 --- a/usr.sbin/mailwrapper/Makefile +++ b/usr.sbin/mailwrapper/Makefile @@ -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