From 2227a3e9e1a0bcba8481a8067ee8c4b9a96fdda3 Mon Sep 17 00:00:00 2001 From: Remko Lodder Date: Sat, 31 May 2008 19:15:15 +0000 Subject: [PATCH] Dont install .svn metadata with the sendmail install. Submitted by: marcel Approved by: imp (mentor, implicit) MFC after: 3 days --- share/sendmail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile index ef5fd382c31c..00427dc2c6db 100644 --- a/share/sendmail/Makefile +++ b/share/sendmail/Makefile @@ -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