diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-02-22 15:51:45 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-02-22 15:51:45 +0000 |
commit | 3eff8b60bbc0a2868fe933c7814cc65003a7e252 (patch) | |
tree | 3be77a8360cee898db8ef0e06ab621a74dce0d63 /x11-toolkits/tk82/Makefile | |
parent | 45971b4932cacc67b9ff6dc42928375df3ae3cbd (diff) | |
download | ports-3eff8b60bbc0a2868fe933c7814cc65003a7e252.tar.gz ports-3eff8b60bbc0a2868fe933c7814cc65003a7e252.zip |
Notes
Diffstat (limited to 'x11-toolkits/tk82/Makefile')
-rw-r--r-- | x11-toolkits/tk82/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index b80117a89a0f..22d46d3b4722 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Graphical toolkit for TCL USE_TCL= 82 @@ -37,9 +37,6 @@ MANCOMPRESSED= no OPTIONS= TK82_MAN "Install tk 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_TK82_MAN) |