I've installed fresh -current box and it seems it does not have
/usr/libexec/makewhatis.local script.

How about connecting makewhatis.local to the build?  That is shell
script and doesn't require perl.


Index: Makefile
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/man/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile    18 May 2002 19:47:57 -0000      1.5
+++ Makefile    16 Nov 2002 08:46:26 -0000
@@ -7,6 +7,6 @@
 # $FreeBSD: src/gnu/usr.bin/man/Makefile,v 1.5 2002/05/18 19:47:57 markm Exp $
 #
 
-SUBDIR = lib man manpath apropos
+SUBDIR = lib man manpath apropos makewhatis
 
 .include <bsd.subdir.mk>
Index: makewhatis/Makefile
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/man/makewhatis/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- makewhatis/Makefile 7 Apr 2001 11:21:18 -0000       1.18
+++ makewhatis/Makefile 16 Nov 2002 08:46:41 -0000
@@ -1,8 +1,8 @@
 # $FreeBSD: src/gnu/usr.bin/man/makewhatis/Makefile,v 1.18 2001/04/07 11:21:18 ru Exp 
$
 MAINTAINER= wosch
 
-SCRIPTS=makewhatis.perl makewhatis.local.sh
-MAN=   makewhatis.1 makewhatis.local.8
+SCRIPTS=makewhatis.local.sh
+MAN=   makewhatis.local.8
 
 libexecdir=/usr/libexec
 LINKS=${libexecdir}/makewhatis.local ${libexecdir}/catman.local 


-- 
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
             <[EMAIL PROTECTED]> // FreeBSD Project

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to