summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-05 08:10:27 +0000
committerru <ru@FreeBSD.org>2000-12-05 08:10:27 +0000
commit66b7de132773f447a266b385503c4f5cb526ce6b (patch)
tree326068e7498b51c1f097e310cfdebe36c95168bf /gnu
parentd08b7ab68bb5f2084f86e1004746c13fa9712489 (diff)
downloadFreeBSD-src-66b7de132773f447a266b385503c4f5cb526ce6b.zip
FreeBSD-src-66b7de132773f447a266b385503c4f5cb526ce6b.tar.gz
Fixed manpage building.
Diffstat (limited to 'gnu')
-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 eb77646..79d3b5d 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>
OpenPOWER on IntegriCloud