Dont install .svn metadata with the sendmail install.

Submitted by:	marcel
Approved by:	imp (mentor, implicit)
MFC after:	3 days
This commit is contained in:
remko 2008-05-31 19:15:15 +00:00
parent 64ffd17398
commit 8dcf274b11

View File

@ -4,8 +4,8 @@
SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
CFDIR= cf
CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( -name CVS -prune \) -o -type d -print)
CFFILES!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( -name CVS -prune \) -o -type f -print)
CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type d -print)
CFFILES!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type f -print)
DDIR= ${DESTDIR}/usr/share/sendmail