diff options
Diffstat (limited to 'share/sendmail')
-rw-r--r-- | share/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile index e4dcb68b56d2..4971ab0f35ff 100644 --- a/share/sendmail/Makefile +++ b/share/sendmail/Makefile @@ -4,7 +4,7 @@ PACKAGE= sendmail FILESGROUPS+= SM -SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail +SENDMAIL_DIR= ${SRCTOP}/contrib/sendmail CFDIR= cf CFPACKAGE= sendmail CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type d -print) |