summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-07-20 02:13:11 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-07-20 02:13:11 +0000
commit3b1dcbdd1a19ac0f89d8ded643df9a2e480a2bdc (patch)
treec2ed817c6dd304d1e210e8fa209bdb446bef24ce /gnu
parentba52f649346f398f5601805562fd0a8162a1a457 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/manpath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index 52e009ed1413..d8eb66d442c1 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -17,6 +17,6 @@ manpath.1: manpath.man
manpath.man > manpath.1
afterinstall:
- install -c -o bin -g bin -m 555 ${.CURDIR}/manpath.config ${manpath_config_file}
+ install -c -o bin -g bin -m 555 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}
.include <bsd.prog.mk>