mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
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
6ef67a1ead
commit
2227a3e9e1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179460
@ -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