summaryrefslogtreecommitdiff
path: root/japanese/tcsh
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-07-13 01:34:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-07-13 01:34:39 +0000
commita2797f6ab68d5c8dad21d32fad210502fa8971f4 (patch)
treee9b8113b6c0cbaef36e9c78e95eac3a3a93fe278 /japanese/tcsh
parentstyle (diff)
Disable these ports for versions with /bin/tcsh. japanese/tcsh is not
needed since NLS support is already in /bin/tcsh, and the message catalogs are currently useless since we can't switch them easily. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=30545
Diffstat (limited to 'japanese/tcsh')
-rw-r--r--japanese/tcsh/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/japanese/tcsh/Makefile b/japanese/tcsh/Makefile
index 49607e671a52..69dd1c793951 100644
--- a/japanese/tcsh/Makefile
+++ b/japanese/tcsh/Makefile
@@ -12,6 +12,11 @@ MASTER_SITES= ftp://ftp.astron.com/pri/
MAINTAINER= issei@jp.FreeBSD.org
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500006 || ${OSVERSION} < 500000 && ${OSVERSION} >= 400021
+FORBIDDEN= "Japanese support is already in the base system"
+.endif
+
GNU_CONFIGURE= yes
ALL_TARGET= all catalogs
INSTALL_TARGET= install install.man
@@ -34,4 +39,4 @@ post-install:
@(${GREP} -v ${PREFIX}/bin/tcsh /etc/shells.bak; ${ECHO} ${PREFIX}/bin/tcsh) >/etc/shells
@${CAT} ${PKGDIR}/MESSAGE
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>