summaryrefslogtreecommitdiff
path: root/share/sendmail
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2003-05-06 03:38:24 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2003-05-06 03:38:24 +0000
commitf4c5766baa461767ccb595252b1614f1ecc6f1a7 (patch)
tree9eea09f215360a2e3768fbd36d0982ce43a358fa /share/sendmail
parent658ad5fff58184bb2c1158acdd7093630bfe22a6 (diff)
downloadsrc-test2-f4c5766baa461767ccb595252b1614f1ecc6f1a7.tar.gz
src-test2-f4c5766baa461767ccb595252b1614f1ecc6f1a7.zip
Notes
Diffstat (limited to 'share/sendmail')
-rw-r--r--share/sendmail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile
index 6b289912296a..62d15858a26b 100644
--- a/share/sendmail/Makefile
+++ b/share/sendmail/Makefile
@@ -22,6 +22,7 @@ all clean cleandir depend lint tags:
beforeinstall: ${SHARED}
copies::
+ if [ -L ${DDIR}/${CFDIR} ]; then rm -f ${DDIR}/${CFDIR}; fi
.for dir in ${CFDIRS}
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 -d ${DDIR}/${dir}
.endfor