diff options
author | knu <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
commit | bbefe911602a99ae8eef0107c5a54a1238569918 (patch) | |
tree | e6a784c6fcf9fb5518d628b989fe84202164cacf /japanese/tkstep80 | |
parent | df90bfb709b014707e299439696404a9c2b543f8 (diff) | |
download | FreeBSD-ports-bbefe911602a99ae8eef0107c5a54a1238569918.zip FreeBSD-ports-bbefe911602a99ae8eef0107c5a54a1238569918.tar.gz |
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Diffstat (limited to 'japanese/tkstep80')
-rw-r--r-- | japanese/tkstep80/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/tkstep80/Makefile b/japanese/tkstep80/Makefile index ebb001a..5a336a1 100644 --- a/japanese/tkstep80/Makefile +++ b/japanese/tkstep80/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: TkStep -# Version required: 8.0.4 # Date created: 25 March 1999 # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> # # $FreeBSD$ # -DISTNAME= tk8.0.4 -PKGNAME= ja-tkstep-8.0.4 +PORTNAME= tkstep +PORTVERSION= 8.0.4 CATEGORIES= japanese tk80 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ +DISTNAME= tk${PORTVERSION} PATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/ \ http://www.aaa-int.or.jp/~jfactory/TkStep/dist/ -PATCHFILES= tk8.0.4jp1.3.patch.gz tk8.0.4-Stepnize.gz +PATCHFILES= tk${PORTVERSION}jp1.3.patch.gz tk${PORTVERSION}-Stepnize.gz MAINTAINER= kiri@pis.toba-cmt.ac.jp |