aboutsummaryrefslogtreecommitdiff
path: root/share/sendmail
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-04-14 21:04:42 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-04-14 21:04:42 +0000
commit94086cea279d930eb2fbe7d680585abde7e9c095 (patch)
tree843135ddb784aa6430401ed2b918689a6b439550 /share/sendmail
parenta561b1060c97af7ef4c95bcdf1ac2182b51c11b3 (diff)
Notes
Diffstat (limited to 'share/sendmail')
-rw-r--r--share/sendmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile
index 9ec23f2030dd..84757ddc083f 100644
--- a/share/sendmail/Makefile
+++ b/share/sendmail/Makefile
@@ -18,7 +18,7 @@ all clean cleandir depend lint tags:
beforeinstall: ${SHARED}
META_TARGETS+= copies symlinks
-copies: ${META_DEPS}
+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}
@@ -27,7 +27,7 @@ copies: ${META_DEPS}
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${SENDMAIL_DIR}/${file} ${DDIR}/${file}
.endfor
-symlinks: ${META_DEPS}
+symlinks:
rm -rf ${DDIR}/${CFDIR}; ln -s ${SENDMAIL_DIR}/${CFDIR} ${DDIR}/${CFDIR}
.include <bsd.prog.mk>