From b132656a0fce27bb207b2268264f840183c7cfaa Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 5 Dec 2000 08:10:27 +0000 Subject: [PATCH] Fixed manpage building. --- gnu/usr.bin/man/manpath/Makefile | 6 +++--- 1 file 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