diff options
author | kiri <kiri@FreeBSD.org> | 2003-05-08 12:34:08 +0800 |
---|---|---|
committer | kiri <kiri@FreeBSD.org> | 2003-05-08 12:34:08 +0800 |
commit | 6f8fcb9271cb1c27b71920b60f92d387fa8c91f6 (patch) | |
tree | d0ea6095bb36f63bf1b018278faa5775e399bb91 | |
parent | 7662279af224d665440169146cbabd633af09272 (diff) | |
download | freebsd-ports-gnome-6f8fcb9271cb1c27b71920b60f92d387fa8c91f6.tar.gz freebsd-ports-gnome-6f8fcb9271cb1c27b71920b60f92d387fa8c91f6.tar.zst freebsd-ports-gnome-6f8fcb9271cb1c27b71920b60f92d387fa8c91f6.zip |
Set MASTER_SITES official.
-rw-r--r-- | japanese/tkstep80/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/tkstep80/Makefile b/japanese/tkstep80/Makefile index a370a91e8fe9..637fc5d3ae3b 100644 --- a/japanese/tkstep80/Makefile +++ b/japanese/tkstep80/Makefile @@ -8,14 +8,15 @@ PORTNAME= tkstep PORTVERSION= 8.0.5 CATEGORIES= japanese tk80 -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ +MASTER_SITES= ${MASTER_SITE_TCLTK} +MASTER_SITE_SUBDIR= tcl8_0 DISTNAME= tk${PORTVERSION} PATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/ \ http://www.aaa-int.or.jp/~jfactory/Factory/TkStep/dist/ PATCHFILES= tk${PORTVERSION}jp1.6.patch.gz 2Step-${PORTVERSION}pl1-patch.gz -MAINTAINER= kiri@pis.toba-cmt.ac.jp +MAINTAINER= kiri@FreeBSD.org COMMENT= The Tk toolkit with a NeXTSTEP look and more LIB_DEPENDS= tcl80jp.1:${PORTSDIR}/japanese/tcl80 |