diff options
author | knu <knu@FreeBSD.org> | 2000-04-12 22:38:12 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-12 22:38:12 +0800 |
commit | bbefe911602a99ae8eef0107c5a54a1238569918 (patch) | |
tree | e6a784c6fcf9fb5518d628b989fe84202164cacf /japanese/tcl80 | |
parent | df90bfb709b014707e299439696404a9c2b543f8 (diff) | |
download | freebsd-ports-gnome-bbefe911602a99ae8eef0107c5a54a1238569918.tar.gz freebsd-ports-gnome-bbefe911602a99ae8eef0107c5a54a1238569918.tar.zst freebsd-ports-gnome-bbefe911602a99ae8eef0107c5a54a1238569918.zip |
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Diffstat (limited to 'japanese/tcl80')
-rw-r--r-- | japanese/tcl80/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/tcl80/Makefile b/japanese/tcl80/Makefile index 565804440301..f347f0ae2820 100644 --- a/japanese/tcl80/Makefile +++ b/japanese/tcl80/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: ja-tcl8.0 -# Version required: 8.0 # Date created: 23 Jan 1998 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # -DISTNAME= tcl8.0.5 -PKGNAME= ja-tcl-8.0.5 +PORTNAME= tcl +PORTVERSION= 8.0.5 CATEGORIES= japanese lang tcl80 -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ +MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl${VERSION:S/./_/}/ +DISTNAME= ${PORTNAME}${PORTVERSION} PATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/ -PATCHFILES= tcl8.0.5jp1.7.patch.gz +PATCHFILES= ${PORTNAME}${PORTVERSION}jp1.7.patch.gz MAINTAINER= taguchi@tohoku.iij.ad.jp -VERSION= 8.0 +VERSION= ${PORTVERSION:R} TOPDIR= ${WRKDIR}/${DISTNAME} WRKSRC= ${TOPDIR}/unix .if defined(PATCH_DEBUG) |