diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 15:13:29 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 15:13:29 +0000 |
commit | d1b2d13b032dcce1faeaa9f9c9605f08675a3de6 (patch) | |
tree | ca020b932e504063594cb477290b27040a4421eb /lang/tcl82 | |
parent | 6d40d0f7259125995d3e473e7e0b72da93541cea (diff) | |
download | ports-d1b2d13b032dcce1faeaa9f9c9605f08675a3de6.tar.gz ports-d1b2d13b032dcce1faeaa9f9c9605f08675a3de6.zip |
Notes
Diffstat (limited to 'lang/tcl82')
-rw-r--r-- | lang/tcl82/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index 144d032ff4f4..3994136481d5 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -30,6 +30,9 @@ PLIST_SUB= TCL_VER=8.2 SHORT_TCL_VER=82 OPTIONS= TCL82_MAN "Install tcl 8.2 manpages" off +DEPRECATED= tcl82 support is going to be dropped +EXPIRATION_DATE= 2009-04-22 + .include <bsd.port.pre.mk> .if !defined(NO_INSTALL_MANPAGES) && defined(WITH_TCL82_MAN) |