From f0267c266ff12f5798afcc48bb417ee5e9cc80a6 Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Mon, 6 Aug 2001 14:07:47 +0000 Subject: Cope with update of bsd.man.mk . Submitted by: sf [FreeBSD-users-jp 63159] Reported by: Yasuhito KAMINAGA --- japanese/xjman/scripts/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'japanese/xjman/scripts') diff --git a/japanese/xjman/scripts/configure b/japanese/xjman/scripts/configure index eb66aa645232..8da3fb55d313 100644 --- a/japanese/xjman/scripts/configure +++ b/japanese/xjman/scripts/configure @@ -11,7 +11,7 @@ for $sec (@MANSECS) { @manpages = (); @mlinks = (); - for $manpage (<*.${sec}x>) { + for $manpage (<*.${sec}>) { open(F, $manpage) || die "cannot open $manpage: $!\n"; $_ = ; chop; -- cgit v1.2.3