summaryrefslogtreecommitdiff
path: root/share/sendmail
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-03-14 18:54:29 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-03-14 18:54:29 +0000
commit538354481ef7dbcd76ebc7334512a9d60994b84e (patch)
tree7aa3dd8f24b6558f2ef57be4db6203ac91424ea3 /share/sendmail
parent7d536dc855c85c15bf45f033d108a61b1f3cecc3 (diff)
parent9580c0f7ce319d3e4e213faa40b59bd91c7b66ba (diff)
downloadsrc-test2-538354481ef7dbcd76ebc7334512a9d60994b84e.tar.gz
src-test2-538354481ef7dbcd76ebc7334512a9d60994b84e.zip
MFH
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-pkg/; revision=296869
Diffstat (limited to 'share/sendmail')
-rw-r--r--share/sendmail/Makefile5
-rw-r--r--share/sendmail/Makefile.depend1
2 files changed, 4 insertions, 2 deletions
diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile
index 0e1a27dd3018..2b1ae071c3d9 100644
--- a/share/sendmail/Makefile
+++ b/share/sendmail/Makefile
@@ -17,8 +17,9 @@ SHARED?= copies
all clean cleandir depend lint tags:
beforeinstall: ${SHARED}
+META_TARGETS+= copies symlinks
-copies::
+copies: ${META_DEPS}
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 +28,7 @@ copies::
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${SENDMAIL_DIR}/${file} ${DDIR}/${file}
.endfor
-symlinks::
+symlinks: ${META_DEPS}
rm -rf ${DDIR}/${CFDIR}; ln -s ${SENDMAIL_DIR}/${CFDIR} ${DDIR}/${CFDIR}
.include <bsd.prog.mk>
diff --git a/share/sendmail/Makefile.depend b/share/sendmail/Makefile.depend
index f80275d86ab1..d7cfba0e4f6e 100644
--- a/share/sendmail/Makefile.depend
+++ b/share/sendmail/Makefile.depend
@@ -2,6 +2,7 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ usr.bin/xinstall.host \
.include <dirdeps.mk>