diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-05-06 03:38:24 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-05-06 03:38:24 +0000 |
commit | f4c5766baa461767ccb595252b1614f1ecc6f1a7 (patch) | |
tree | 9eea09f215360a2e3768fbd36d0982ce43a358fa | |
parent | 658ad5fff58184bb2c1158acdd7093630bfe22a6 (diff) | |
download | src-test2-f4c5766baa461767ccb595252b1614f1ecc6f1a7.tar.gz src-test2-f4c5766baa461767ccb595252b1614f1ecc6f1a7.zip |
Notes
-rw-r--r-- | share/sendmail/Makefile | 1 |
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 |