aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/filters.ru/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/filters.ru/Makefile')
-rw-r--r--usr.sbin/lpr/filters.ru/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/filters.ru/Makefile b/usr.sbin/lpr/filters.ru/Makefile
index dc0ff734067b..0ddef1d03bdd 100644
--- a/usr.sbin/lpr/filters.ru/Makefile
+++ b/usr.sbin/lpr/filters.ru/Makefile
@@ -7,6 +7,6 @@ SAMPLES=bjc-240.sh.sample
afterinstall:
cd ${.CURDIR} && \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
- ${SAMPLES} ${BINDIR}
+ ${SAMPLES} ${DESTDIR}${BINDIR}
.include <bsd.prog.mk>