diff options
author | flathill <flathill@FreeBSD.org> | 1999-01-20 18:52:07 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-01-20 18:52:07 +0800 |
commit | 91d2dddf6801611c778acf6597f29ea99fdaf66a (patch) | |
tree | 841103845fa0c0950e3e4e8112b73f696768900b /japanese/tcl80/Makefile | |
parent | 20bbf69024dd40a45258fff6484a0aa7ef5f12ba (diff) | |
download | freebsd-ports-gnome-91d2dddf6801611c778acf6597f29ea99fdaf66a.tar.gz freebsd-ports-gnome-91d2dddf6801611c778acf6597f29ea99fdaf66a.tar.zst freebsd-ports-gnome-91d2dddf6801611c778acf6597f29ea99fdaf66a.zip |
Update to tcl8.0.4jp1.3
Diffstat (limited to 'japanese/tcl80/Makefile')
-rw-r--r-- | japanese/tcl80/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/tcl80/Makefile b/japanese/tcl80/Makefile index 83912efe30fb..b4712f2a72a6 100644 --- a/japanese/tcl80/Makefile +++ b/japanese/tcl80/Makefile @@ -3,16 +3,16 @@ # Date created: 23 Jan 1998 # Whom: taguchi@tohoku.iij.ad.jp # -# $Id: Makefile,v 1.6 1998/09/28 10:23:58 asami Exp $ +# $Id: Makefile,v 1.7 1998/11/14 09:43:16 asami Exp $ # -DISTNAME= tcl8.0.3 -PKGNAME= ja-tcl-8.0.3 +DISTNAME= tcl8.0.4 +PKGNAME= ja-tcl-8.0.4 CATEGORIES= japanese lang tcl80 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ PATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/ -PATCHFILES= tcl8.0.3jp1.1.patch.gz +PATCHFILES= tcl8.0.4jp1.3.patch.gz MAINTAINER= taguchi@tohoku.iij.ad.jp @@ -50,7 +50,7 @@ post-install: .endif @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if ${PORTOBJFORMAT} == "aout" - ${LN} -sf libtcl80jp.so.1.2 ${PREFIX}/lib/libtcl80jp.so + ${LN} -sf libtcl80jp.so.1.4 ${PREFIX}/lib/libtcl80jp.so .endif @${CAT} ${PKGDIR}/MESSAGE |