summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2001-03-01 03:50:28 +0000
committergshapiro <gshapiro@FreeBSD.org>2001-03-01 03:50:28 +0000
commitd383ddef28b8f789fb9dcae02094d31d7ae58d79 (patch)
treeb210bb38df18886d1f7a390e23b78599bc3129bf /usr.sbin
parentac2889642921d7da6cc71f27ecf553e919eb145b (diff)
downloadFreeBSD-src-d383ddef28b8f789fb9dcae02094d31d7ae58d79.zip
FreeBSD-src-d383ddef28b8f789fb9dcae02094d31d7ae58d79.tar.gz
Move installation of sendmail helpfile into etc/sendmail/Makefile. It is
a user configurable file and it would benefit from mergemaster.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sendmail/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index a830b83..6496715 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -61,10 +61,6 @@ DPADD+=${SENDMAIL_DPADD}
LDADD+=${SENDMAIL_LDADD}
LDFLAGS+=${SENDMAIL_LDFLAGS}
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SMDIR}/helpfile \
- ${DESTDIR}/etc/mail/helpfile
-
afterinstall:
@if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/sendmail.cf -a \
! -f ${DESTDIR}/etc/mail/sendmail.cf ]; then \
OpenPOWER on IntegriCloud