diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
commit | 8e270816f992e4a25aaab762d962f7267d72f84b (patch) | |
tree | d4e36e838185404904fc906c77ad6ebbaf6ef1bc /japanese/tcl80 | |
parent | a989b83d8875de9cba6caf81919b68e80dfa6534 (diff) | |
download | ports-8e270816f992e4a25aaab762d962f7267d72f84b.tar.gz ports-8e270816f992e4a25aaab762d962f7267d72f84b.zip |
Notes
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) |