aboutsummaryrefslogtreecommitdiff
path: root/japanese/tcsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/tcsh/Makefile')
-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>