Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2002 17:51:15 +0900
From:      Jun Kuriyama <kuriyama@imgsrc.co.jp>
To:        markm@FreeBSD.org
Cc:        Current <freebsd-current@FreeBSD.org>
Subject:   makewhatis.local
Message-ID:  <7mvg2xaoe4.wl@black.imgsrc.co.jp>

next in thread | raw e-mail | index | archive | help

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 <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama@FreeBSD.org> // FreeBSD Project

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7mvg2xaoe4.wl>