summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mailwrapper
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-10-18 17:20:29 +0000
committerru <ru@FreeBSD.org>2004-10-18 17:20:29 +0000
commitf1a03580bb29d5c3ff4eb1101104a36de6d67ae3 (patch)
tree0e31cecf6681b45cfbb4ee4686334b9671316b17 /usr.sbin/mailwrapper
parent01b92944618ba6e2ed942c1aa01078f061ba30dd (diff)
downloadFreeBSD-src-f1a03580bb29d5c3ff4eb1101104a36de6d67ae3.zip
FreeBSD-src-f1a03580bb29d5c3ff4eb1101104a36de6d67ae3.tar.gz
Replaced afterinstall: with FILES.
Diffstat (limited to 'usr.sbin/mailwrapper')
-rw-r--r--usr.sbin/mailwrapper/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile
index f67e775..6d52dad 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
OpenPOWER on IntegriCloud