From 21a73065663169869a66e64c2abe0eb79d794343 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 4 Dec 2015 18:21:05 +0000 Subject: MFC r290083: Use more appropriate ${SHAREDIR} rather than /usr/share. --- share/sendmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/sendmail') diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile index 00427dc..cab9d5e 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 NO_OBJ= -- cgit v1.1