summaryrefslogtreecommitdiffstats
path: root/share/sendmail
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-27 23:35:02 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-27 23:35:02 +0000
commitb5aa20998322096519d613d8dc1dcd0a545925b5 (patch)
tree3a1f00579d4bb2e2b63fbf2fb0e4d408d183a107 /share/sendmail
parent99f10c926a828663c5c22e4c25986a5ed9855f04 (diff)
downloadFreeBSD-src-b5aa20998322096519d613d8dc1dcd0a545925b5.zip
FreeBSD-src-b5aa20998322096519d613d8dc1dcd0a545925b5.tar.gz
Use more appropriate ${SHAREDIR} rather than /usr/share.
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
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 8153d49..a548b63 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'')
OpenPOWER on IntegriCloud