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/tcl76 | |
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/tcl76')
-rw-r--r-- | japanese/tcl76/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile index b6f7671877ba..b761b5e80ea1 100644 --- a/japanese/tcl76/Makefile +++ b/japanese/tcl76/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: tcl7.6jp -# Version required: 7.6p2jp # Date created: 11 March 1997 # Whom: taguchi@tohoku.iij.ad.jp # # $FreeBSD$ # -DISTNAME= tcl7.6p2 -PKGNAME= ja-tcl-7.6 +PORTNAME= tcl +PORTVERSION= 7.6 CATEGORIES= japanese lang MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl7_6/ +DISTNAME= ${PORTNAME}${PORTVERSION}p2 PATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/ -PATCHFILES= tcl7.6jp-patch.gz +PATCHFILES= ${PORTNAME}${PORTVERSION}jp-patch.gz MAINTAINER= taguchi@tohoku.iij.ad.jp @@ -21,7 +21,7 @@ USE_AUTOCONF= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} -VERSION= 7.6jp +VERSION= ${PORTVERSION}jp .if defined(PATCH_DEBUG) PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} @@ -32,7 +32,7 @@ PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_DIST_STRI .include <bsd.port.pre.mk> post-extract: - @${MV} ${WRKDIR}/tcl7.6 ${WRKDIR}/${DISTNAME} + @${MV} ${WRKDIR}/${PORTNAME}${PORTVERSION} ${WRKDIR}/${DISTNAME} post-configure: @${ECHO} "We will NOT only make shared library, but also static one." |