diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2001-03-01 03:50:28 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2001-03-01 03:50:28 +0000 |
commit | d383ddef28b8f789fb9dcae02094d31d7ae58d79 (patch) | |
tree | b210bb38df18886d1f7a390e23b78599bc3129bf /usr.sbin/sendmail | |
parent | ac2889642921d7da6cc71f27ecf553e919eb145b (diff) | |
download | FreeBSD-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/sendmail')
-rw-r--r-- | usr.sbin/sendmail/Makefile | 4 |
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 \ |