From d383ddef28b8f789fb9dcae02094d31d7ae58d79 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Thu, 1 Mar 2001 03:50:28 +0000 Subject: Move installation of sendmail helpfile into etc/sendmail/Makefile. It is a user configurable file and it would benefit from mergemaster. --- usr.sbin/sendmail/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'usr.sbin') 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 \ -- cgit v1.1