aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-12-29 18:51:36 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-12-29 18:51:36 +0000
commit1538c4ee356cee7031994f15b0c9cb84cc89f7b7 (patch)
treee04e73a576ab76c10caaca8dc3e79562f100d45a
parent7432ff860228ad6d4f6f832e16acd5cad8c5a1f2 (diff)
Notes
-rw-r--r--usr.sbin/mailwrapper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mailwrapper/Makefile b/usr.sbin/mailwrapper/Makefile
index 3e575e6f16fd..0e6c8cf44424 100644
--- a/usr.sbin/mailwrapper/Makefile
+++ b/usr.sbin/mailwrapper/Makefile
@@ -11,7 +11,7 @@ SYMLINKS= ${BINDIR}/mailwrapper /usr/sbin/sendmail \
${BINDIR}/mailwrapper /usr/bin/mailq
afterinstall:
- @if [ ! -f /etc/mail/mailer.conf ]; then \
+ @if [ ! -f ${DESTDIR}/etc/mail/mailer.conf ]; then \
${INSTALL} -c -o root -g wheel -m 644 \
${.CURDIR}/../../etc/mail/mailer.conf ${DESTDIR}/etc/mail; \
fi