diff options
author | asami <asami@FreeBSD.org> | 2000-07-13 01:34:39 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-07-13 01:34:39 +0000 |
commit | 232f9b2c51fe2243d938211d2353ed18a41e875b (patch) | |
tree | e2107b6b003ae9d88398472818f5bfbb36ad61d5 /japanese/tcsh | |
parent | 99f3bd24f6d6ace042aa802a8a4346cf662987b9 (diff) | |
download | FreeBSD-ports-232f9b2c51fe2243d938211d2353ed18a41e875b.zip FreeBSD-ports-232f9b2c51fe2243d938211d2353ed18a41e875b.tar.gz |
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
Diffstat (limited to 'japanese/tcsh')
-rw-r--r-- | japanese/tcsh/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/japanese/tcsh/Makefile b/japanese/tcsh/Makefile index 49607e6..69dd1c7 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> |