diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-05 23:43:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-05 23:43:13 +0000 |
commit | 2025ba84eedefaef90a7e7d9eaee3f6f03181f8f (patch) | |
tree | 701fd40b4de20d4b4b0bb2d2c9b977933243c1a2 /lang | |
parent | Update to 2.8 (diff) |
- make portlint happier
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail
Notes
Notes:
svn path=/head/; revision=52636
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl82/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index 5cc15f933ab1..5a0e92fd447a 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -9,7 +9,8 @@ PORTNAME= tcl PORTVERSION= 8.2.3 PORTREVISION= 1 CATEGORIES= lang tcl82 -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_2/ +MASTER_SITES= ${MASTER_SITE_TCLTK} +MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= tcl8.2.3 MAINTAINER= dinoex@FreeBSD.org |