aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2008-10-05 10:59:53 +0800
committerhrs <hrs@FreeBSD.org>2008-10-05 10:59:53 +0800
commit0b41be37e050e658c723a2bd7566ebe5209c222b (patch)
tree8b1dd58f1b9ebed50910bf75f0b89eae30d0c9cf /japanese
parent79731abbe85ac2ce655308bede677bccba255c9e (diff)
downloadfreebsd-ports-gnome-0b41be37e050e658c723a2bd7566ebe5209c222b.tar.gz
freebsd-ports-gnome-0b41be37e050e658c723a2bd7566ebe5209c222b.tar.zst
freebsd-ports-gnome-0b41be37e050e658c723a2bd7566ebe5209c222b.zip
Remove japanese/xjman and japanese/xjman-3. These are no longer
maintained.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile2
-rw-r--r--japanese/xjman-3/Makefile20
-rw-r--r--japanese/xjman-3/distinfo3
-rw-r--r--japanese/xjman/Makefile77
-rw-r--r--japanese/xjman/distinfo3
-rw-r--r--japanese/xjman/files/COPYRIGHT396
-rw-r--r--japanese/xjman/files/COPYRIGHT.XJDP27
-rw-r--r--japanese/xjman/files/Makefile7
-rw-r--r--japanese/xjman/files/Makefile.inc23
-rw-r--r--japanese/xjman/pkg-descr17
-rw-r--r--japanese/xjman/pkg-message8
-rw-r--r--japanese/xjman/pkg-plist1
-rw-r--r--japanese/xjman/scripts/configure47
13 files changed, 0 insertions, 631 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 5e280bd9819e..c255de749e65 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -390,8 +390,6 @@
SUBDIR += xdvik
SUBDIR += xemacs21-canna
SUBDIR += xgate
- SUBDIR += xjman
- SUBDIR += xjman-3
SUBDIR += xjtext
SUBDIR += xlockmore
SUBDIR += xmsgsaver
diff --git a/japanese/xjman-3/Makefile b/japanese/xjman-3/Makefile
deleted file mode 100644
index b55bbe4f43dd..000000000000
--- a/japanese/xjman-3/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: X Japanese man documents for XFree86 3.x.x
-# Date created: 8 Aug 2001
-# Whom: SADA Kenji <sada@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTVERSION= 0.5
-MASTER_SITES= ${MASTER_SITE_PORTS_JP} \
- http://xjman.dsl.gr.jp/
-
-MAINTAINER= ports@FreeBSD.org
-
-MASTERDIR= ${.CURDIR}/../xjman
-MD5_FILE= ${.CURDIR}/distinfo
-WRKSRC= ${WRKDIR}/man/ja_JP.eucJP
-
-LATEST_LINK= ja-xjman-3
-
-.include "${MASTERDIR}/Makefile"
diff --git a/japanese/xjman-3/distinfo b/japanese/xjman-3/distinfo
deleted file mode 100644
index 1df12d68d6ae..000000000000
--- a/japanese/xjman-3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (xjman-0.5.tar.bz2) = e3f6c43bb6680ca48b32a81e99d8bb40
-SHA256 (xjman-0.5.tar.bz2) = f72f903c359fa5ea451b02fa2a41815530442c83cbd15a0002cb380864c1d48a
-SIZE (xjman-0.5.tar.bz2) = 799554
diff --git a/japanese/xjman/Makefile b/japanese/xjman/Makefile
deleted file mode 100644
index 61d55432e7d2..000000000000
--- a/japanese/xjman/Makefile
+++ /dev/null
@@ -1,77 +0,0 @@
-# New ports collection makefile for: X Japanese man documents
-# Date created: 24 Dec 1998
-# Based on: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>'s
-# japanese/man-doc
-# Whom: SADA Kenji <sada@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xjman
-PORTVERSION?= 0.7
-PORTREVISION= 1
-CATEGORIES= japanese
-MASTER_SITES?= ${MASTER_SITE_PORTS_JP} \
- http://xjman.dsl.gr.jp/dist/
-
-MAINTAINER?= ports@FreeBSD.org
-COMMENT= Japanized X manual from "The X Japanese Documentation Project"
-
-RUN_DEPENDS= jman:${PORTSDIR}/japanese/man
-
-USE_PERL5= yes
-NO_MTREE= yes
-PLIST= ${WRKDIR}/PLIST
-USE_BZIP2= yes
-WRKSRC?= ${WRKDIR}/xjman
-SCRIPTS_ENV+= MANSECS="${MANSECS}"
-
-MANSECS= 1 3 5
-
-.include <bsd.port.pre.mk>
-
-post-extract:
-.for i in Makefile Makefile.inc
- @${CP} ${FILESDIR}/$i ${WRKSRC}
-.endfor
-.for sec in ${MANSECS}
- (cd ${WRKSRC}/man${sec}; \
- for f in *.${sec}x; do ${CP} $$f $${f%x}; done; \
- ${REINPLACE_CMD} -e 's/^\(\.so .*\)x$$/\1/' *.${sec})
-.endfor
-
-post-build:
- @${RM} -f ${PLIST}
- @for sec in ${MANSECS}; do \
- if [ -d ${WRKSRC}/man$${sec} ]; then \
- cd ${WRKSRC}/man$${sec}; \
- list=`${MAKE} pages-list`; \
- set `${ECHO_CMD} $$list " "|${SED} 's/\.\([0-9]\) /.\1 \1 /g'`; \
- while : ; do \
- case $$# in \
- 0) break;; \
- [1]) ${ECHO_CMD} "can not happen"; break;; \
- esac; \
- ${ECHO_CMD} man/ja/man$$2/$$1.gz; shift 2; \
- done; \
- fi; \
- done|${SORT}|uniq >>${PLIST}
- @${ECHO_CMD} "@exec ${LN} -sf %D/man/ja %D/man/ja_JP.EUC" >>${PLIST}
- @${ECHO_CMD} "@unexec ${RM} -f %D/man/ja_JP.EUC" >>${PLIST}
- @${ECHO_CMD} "share/doc/xjman/COPYRIGHT" >>${PLIST}
- @${ECHO_CMD} "share/doc/xjman/COPYRIGHT.XJDP" >>${PLIST}
- @${ECHO_CMD} "@dirrm share/doc/xjman" >>${PLIST}
-
-pre-install:
-.for sec in ${MANSECS}
- @${MKDIR} ${PREFIX}/man/ja/man${sec}
-.endfor
-
-post-install:
- @${MKDIR} ${PREFIX}/share/doc/xjman
-.for i in COPYRIGHT COPYRIGHT.XJDP
- @${INSTALL_DATA} ${FILESDIR}/$i ${PREFIX}/share/doc/xjman/
-.endfor
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/japanese/xjman/distinfo b/japanese/xjman/distinfo
deleted file mode 100644
index f2aa8888f6aa..000000000000
--- a/japanese/xjman/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (xjman-0.7.tar.bz2) = 37ce160df10ce40c83b5320e2033e5e1
-SHA256 (xjman-0.7.tar.bz2) = 9b4c922c732960b913c24f343c84c584b46daf6a41bc8a1af4164e3dd2b7924e
-SIZE (xjman-0.7.tar.bz2) = 973885
diff --git a/japanese/xjman/files/COPYRIGHT b/japanese/xjman/files/COPYRIGHT
deleted file mode 100644
index 9c0a7f19e6bc..000000000000
--- a/japanese/xjman/files/COPYRIGHT
+++ /dev/null
@@ -1,396 +0,0 @@
-
-
-
-
-
-
-
-
-
- Copyright
-
- The XFree86 Project, Inc.
-
-
-
-1. XFree86 Copyright
-
-XFree86 code without an explicit copyright is covered by the following copy-
-right:
-
-Copyright (C) 1994-1998 The XFree86 Project, Inc. All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
-NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of the XFree86 Project shall not
-be used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from the XFree86 Project.
-
-
-2. Other Copyrights
-
-Portions of code are covered by the following copyrights:
-
-2.1 X Consortium
-
-Copyright (C) 1996 X Consortium
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-
-Copyright 1
-
-
-
-
-
-Copyright 2
-
-
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
-NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X
-CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of the X Consortium shall not be
-used in advertising or otherwise to promote the sale, use or other dealings in
-this Software without prior written authorization from the X Consortium.
-
-X Window System is a trademark of X Consortium, Inc.
-
-2.2 Berkeley-based copyrights:
-
-2.2.1 General
-
-Redistribution and use in source and binary forms, with or without modifica-
-tion, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
- 3. The name of the author may not be used to endorse or promote products
- derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER-
-CHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
-SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEM-
-PLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTER-
-RUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
-WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
-
-2.2.2 UCB/LBL
-
-Copyright (c) 1993 The Regents of the University of California. All rights
-reserved.
-
-This software was developed by the Computer Systems Engineering group at
-Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and contributed to
-Berkeley.
-
-All advertising materials mentioning features or use of this software must dis-
-play the following acknowledgement: This product includes software developed by
-the University of California, Lawrence Berkeley Laboratory.
-
-
-
-
-
-
-
-
-
-Copyright 3
-
-
-
-Redistribution and use in source and binary forms, with or without modifica-
-tion, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
- 3. All advertising materials mentioning features or use of this software
- must display the following acknowledgement: This product includes soft-
- ware developed by the University of California, Berkeley and its contrib-
- utors.
-
- 4. Neither the name of the University nor the names of its contributors may
- be used to endorse or promote products derived from this software without
- specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
-EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WAR-
-RANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDI-
-RECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
-OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIA-
-BILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-OF THE POSSIBILITY OF SUCH DAMAGE.
-
-2.3 NVidia Corp
-
-Copyright (c) 1996-1998 NVIDIA, Corp. All rights reserved.
-
-NOTICE TO USER: The source code is copyrighted under U.S. and international
-laws. NVIDIA, Corp. of Sunnyvale, California owns the copyright and as design
-patents pending on the design and interface of the NV chips. Users and posses-
-sors of this source code are hereby granted a nonexclusive, royalty-free copy-
-right and design patent license to use this code in individual and commercial
-software.
-
-Any use of this source code must include, in the user documentation and inter-
-nal comments to the code, notices to the end user as follows:
-
-Copyright (c) 1996-1998 NVIDIA, Corp. NVIDIA design patents pending in the
-U.S. and foreign countries.
-
-NVIDIA, CORP. MAKES NO REPRESENTATION ABOUT THE SUITABILITY OF THIS SOURCE
-CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WAR-
-RANTY OF ANY KIND. NVIDIA, CORP. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
-SOURCE CODE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL NVIDIA, CORP. BE LIABLE FOR ANY
-SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSO-
-EVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
-
-
-
-
-
-
-
-
-Copyright 4
-
-
-
-CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
-WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE.
-
- Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/CPYRIGHT.sgml,v 3.9.2.2 1998/01/24 11:55:06 dawes Exp $
-
-
-
-
-
- $XConsortium: CPYRIGHT.sgml /main/5 1996/10/25 16:24:53 kaleb $
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Copyright 5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CONTENTS
-
-
-
-1. XFree86 Copyright ........................................................ 1
-
-2. Other Copyrights ......................................................... 1
- 2.1 X Consortium ......................................................... 1
- 2.2 Berkeley-based copyrights: ........................................... 2
- 2.3 NVidia Corp .......................................................... 3
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- i
-
-
diff --git a/japanese/xjman/files/COPYRIGHT.XJDP b/japanese/xjman/files/COPYRIGHT.XJDP
deleted file mode 100644
index 813cddc1d121..000000000000
--- a/japanese/xjman/files/COPYRIGHT.XJDP
+++ /dev/null
@@ -1,27 +0,0 @@
-Copyright (c),A 1998-1999 The X Japanese Documentation Project.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish, dis-
-tribute, sublicense, and/or sell copies of the Software, and to permit
-persons to whom the Software is furnished to do so, subject to the fol-
-lowing conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
-ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
-SHALL THE X JAPANESE DOCUMENTATION PROJECT BE LIABLE FOR ANY CLAIM,
-DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
-THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The X Japanese
-Documentation Project shall not be used in advertising or otherwise to
-promote the sale, use or other dealings in this Software without prior
-written authorization from The X Japanese Documentation Project.
-
-X Window System is a trademark of The Open Group.
diff --git a/japanese/xjman/files/Makefile b/japanese/xjman/files/Makefile
deleted file mode 100644
index 4bb9b19b9208..000000000000
--- a/japanese/xjman/files/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-BINDIR= ${PREFIX}
-SUBDIR= man1 man3 man5
-
-makedb:
- LANG=ja_JP.EUC jmakewhatis ${DESTDIR}${BINDIR}/man/ja/
-
-.include <bsd.subdir.mk>
diff --git a/japanese/xjman/files/Makefile.inc b/japanese/xjman/files/Makefile.inc
deleted file mode 100644
index 25a10387c555..000000000000
--- a/japanese/xjman/files/Makefile.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-PREFIX?= /usr/local
-MANDIR= ${PREFIX}/man/ja/man
-MROFF_CMD= /usr/local/bin/groff -Tnippon -man
-
-NOMLINKS= yes
-
-afterinstall:
-.if defined(MLINKS) && !empty(MLINKS)
- @set `echo ${MLINKS} " " | sed 's/\.\([^.]\)\([^.]*\) /.\1\2 \1 /g'`; \
- while : ; do \
- case $$# in \
- 0) break;; \
- [123]) echo "warn: empty MLINK: $$1 $$2 $$3"; break;; \
- esac; \
- name=$$1; shift; sect=$$1; shift; \
- l=${DESTDIR}${MANDIR}$${sect}${MANSUBDIR}/$$name; \
- name=$$1; shift; sect=$$1; shift; \
- t=${DESTDIR}${MANDIR}$${sect}${MANSUBDIR}/$$name; \
- ${ECHO} $${t}${ZEXT} -\> $${l}${ZEXT}; \
- rm -f $${t} $${t}${MCOMPRESS_EXT}; \
- ln $${l}${ZEXT} $${t}${ZEXT}; \
- done
-.endif
diff --git a/japanese/xjman/pkg-descr b/japanese/xjman/pkg-descr
deleted file mode 100644
index fff627100917..000000000000
--- a/japanese/xjman/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-Japanized X manual, presented by "The X Japanese Documentation Project".
-
-Copyright (c) 1993 The Regents of the University of California.
-All rights reserved.
-Copyright (c) 1998-1999 The X Japanese Documentation Project.
-
-This product includes software developed by
-the University of California, Lawrence Berkeley Laboratory.
-
-X Japanese Documentation Project <URL:http://xjman.dsl.gr.jp>
-X Free86(TM): Home Page <URL:http://www.xfree86.org>
-The X Window System <URL:http://www.x.org>
-
-WWW: http://xjman.dsl.gr.jp/
-
-- SADA Kenji
-sada@FreeBSD.ORG
diff --git a/japanese/xjman/pkg-message b/japanese/xjman/pkg-message
deleted file mode 100644
index c0c18a3b7157..000000000000
--- a/japanese/xjman/pkg-message
+++ /dev/null
@@ -1,8 +0,0 @@
-Copyright (c) 1993 The Regents of the University of California.
-All rights reserved.
-Copyright (c) 1998-2001 The X Japanese Documentation Project.
---
-This product includes software developed by
-the University of California, Lawrence Berkeley Laboratory.
---
-Refer to the documentations at `PREFIX/share/doc/xjman/'.
diff --git a/japanese/xjman/pkg-plist b/japanese/xjman/pkg-plist
deleted file mode 100644
index 9e2d4e55b577..000000000000
--- a/japanese/xjman/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-@comment
diff --git a/japanese/xjman/scripts/configure b/japanese/xjman/scripts/configure
deleted file mode 100644
index 8da3fb55d313..000000000000
--- a/japanese/xjman/scripts/configure
+++ /dev/null
@@ -1,47 +0,0 @@
-exec /usr/bin/perl -Sx "$0" ${1+"$@"}
-#! perl
-
-$WRKSRC = $ENV{'WRKSRC'};
-@MANSECS = split(/\s+/, $ENV{'MANSECS'});
-
-for $sec (@MANSECS) {
- print "===> Creating Makefile in man${sec}\n";
-
- chdir "$WRKSRC/man$sec";
- @manpages = ();
- @mlinks = ();
-
- for $manpage (<*.${sec}>) {
- open(F, $manpage) || die "cannot open $manpage: $!\n";
- $_ = <F>;
- chop;
- close(F);
- if (/^\.so /) {
- ($real = $') =~ s!^man./!!;
- push(@mlinks, "$real\t$manpage");
- }
- else {
- push(@manpages, $manpage);
- }
- }
-
- open(MAKEFILE, '>Makefile');
-
- if (@manpages) {
- print MAKEFILE join("\t\\\n\t", "MAN${sec} =", sort @manpages);
- print MAKEFILE "\n\n";
- }
- if (@mlinks) {
- print MAKEFILE join("\t\\\n\t", "MLINKS =", sort @mlinks);
- print MAKEFILE "\n\n";
- }
-
- print MAKEFILE <<EOF;
-pages-list:
- @\${ECHO} \${MAN${sec}} \${MLINKS}
-
-.include <bsd.prog.mk>
-EOF
-
- close(MAKEFILE);
-}