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 Lodder 2008-05-31 19:15:15 +00:00
parent 6ef67a1ead
commit 2227a3e9e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179460

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