summaryrefslogtreecommitdiffstats
path: root/share/sendmail/Makefile
diff options
context:
space:
mode:
authorremko <remko@FreeBSD.org>2008-05-31 19:15:15 +0000
committerremko <remko@FreeBSD.org>2008-05-31 19:15:15 +0000
commit8dcf274b11328461422c3a5294f85966afc5b1ad (patch)
tree941b2df3195538e3122d211b6a3f1cec25cc0ff9 /share/sendmail/Makefile
parent64ffd1739869d122f742bcd7ebf60f88ddd5381b (diff)
downloadFreeBSD-src-8dcf274b11328461422c3a5294f85966afc5b1ad.zip
FreeBSD-src-8dcf274b11328461422c3a5294f85966afc5b1ad.tar.gz
Dont install .svn metadata with the sendmail install.
Submitted by: marcel Approved by: imp (mentor, implicit) MFC after: 3 days
Diffstat (limited to 'share/sendmail/Makefile')
-rw-r--r--share/sendmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile
index ef5fd38..00427dc 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
OpenPOWER on IntegriCloud