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/tcl76/Makefile | |
parent | a989b83d8875de9cba6caf81919b68e80dfa6534 (diff) |
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Notes
Notes:
svn path=/head/; revision=27463
Diffstat (limited to 'japanese/tcl76/Makefile')
-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." |