diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-05 08:10:27 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-05 08:10:27 +0000 |
| commit | b132656a0fce27bb207b2268264f840183c7cfaa (patch) | |
| tree | 7f1e180936d3c1613ba6ca1cf98fa1f3ea65e0d9 /gnu/usr.bin/man/manpath | |
| parent | 4081cc88c9d466b880204e4706f9db5434cc77db (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/man/manpath')
| -rw-r--r-- | gnu/usr.bin/man/manpath/Makefile | 6 |
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> |
