aboutsummaryrefslogtreecommitdiff
path: root/share/sendmail
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-10-27 23:35:02 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-10-27 23:35:02 +0000
commit7d8f797b725e3efc0a4256554654780df83c456c (patch)
tree3a1f00579d4bb2e2b63fbf2fb0e4d408d183a107 /share/sendmail
parent87af896340e00ea9adfa7bc5022fe7eef7acf6d5 (diff)
downloadsrc-7d8f797b725e3efc0a4256554654780df83c456c.tar.gz
src-7d8f797b725e3efc0a4256554654780df83c456c.zip
Use more appropriate ${SHAREDIR} rather than /usr/share.
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=290083
Diffstat (limited to 'share/sendmail')
-rw-r--r--share/sendmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile
index 8153d490be60..a548b63144e5 100644
--- a/share/sendmail/Makefile
+++ b/share/sendmail/Makefile
@@ -7,7 +7,7 @@ CFDIR= cf
CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type d -print)
CFFILES!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type f -print)
-DDIR= ${DESTDIR}/usr/share/sendmail
+DDIR= ${DESTDIR}${SHAREDIR}/sendmail
# Define SHARED to indicate whether you want symbolic links to the system
# source (``symlinks''), or a separate copy (``copies'')