diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-22 08:15:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-22 08:15:05 +0000 |
commit | 6b275c5d3557bd49088a821faea8dbc33bada3ec (patch) | |
tree | d621fa581fec912c7c3ca69397b57343ae6d3900 /japanese/tcl80 | |
parent | 6ddc53b23d9c49625f645892f6f972bd58bcbacd (diff) | |
download | ports-6b275c5d3557bd49088a821faea8dbc33bada3ec.tar.gz ports-6b275c5d3557bd49088a821faea8dbc33bada3ec.zip |
Notes
Diffstat (limited to 'japanese/tcl80')
-rw-r--r-- | japanese/tcl80/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/tcl80/Makefile b/japanese/tcl80/Makefile index 5a2deb4def96..b48d786689ba 100644 --- a/japanese/tcl80/Makefile +++ b/japanese/tcl80/Makefile @@ -9,13 +9,14 @@ PORTNAME= tcl PORTVERSION= 8.0.5 PORTREVISION= 1 CATEGORIES= japanese lang tcl80 -MASTER_SITES= ftp://ftp.tcl.tk/pub/tcl/tcl${VERSION:S/./_/}/ +MASTER_SITES= ${MASTER_SITE_TCLTK} +MASTER_SITE_SUBDIR=tcl8_0 DISTNAME= ${PORTNAME}${PORTVERSION} PATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/ PATCHFILES= ${PORTNAME}${PORTVERSION}jp1.7.patch.gz -MAINTAINER= taguchi@tohoku.iij.ad.jp +MAINTAINER= taguchi@iij.ad.jp COMMENT= Japanized Tool Command Language, version 8.0 VERSION= ${PORTVERSION:R} |