aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-12-05 08:11:12 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-12-05 08:11:12 +0000
commit24453cd95ceb81890fa8a1a6dfd835d75d3f0d3f (patch)
tree32fc2190934b8edbd7a94637d9c62a0f67eb993c /gnu/usr.bin
parent6acc24f1fc03b46db2646230003cdae12298d29f (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/man/manpath/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index eb77646d3282..79d3b5da0ec5 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -1,3 +1,5 @@
+# $FreeBSD$
+
PROG= manpath
SRCS= manpath.c
MAN1= manpath.1
@@ -12,9 +14,7 @@ MANDEPEND+= ${MAN1}
${MAN1}: ${.CURDIR}/manpath.man
@${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \
- sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
- -e 's,%pager%,${pager},' -e 's,%troff%,${troff},' \
- -e 's,%manpath_config_file%,${manpath_config_file},' \
+ sed -e 's,%manpath_config_file%,/etc/manpath.config,' \
${.CURDIR}/manpath.man > ${MAN1}
.include <bsd.prog.mk>