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:
parent
64ffd17398
commit
8dcf274b11
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user