summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mailwrapper
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-29 18:51:36 +0000
committerpeter <peter@FreeBSD.org>1999-12-29 18:51:36 +0000
commit5cd7c1e1a50e2eef8faaaae9cdd231aba616de33 (patch)
tree5bd2f7731f16f56b7f5dde15d111b0d778393c88 /usr.sbin/mailwrapper
parentd0ab3e3cee8ef209979e3052eebc8d489c1e6f3b (diff)
downloadFreeBSD-src-5cd7c1e1a50e2eef8faaaae9cdd231aba616de33.zip
FreeBSD-src-5cd7c1e1a50e2eef8faaaae9cdd231aba616de33.tar.gz
Preempt one brucification - I was missing a ${DESTDIR}. I hate merging
two sets of changes from different trees.
Diffstat (limited to 'usr.sbin/mailwrapper')
-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 3e575e6..0e6c8cf 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
OpenPOWER on IntegriCloud