diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-06-15 04:23:59 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-06-15 04:23:59 +0000 |
commit | e3e73fc29a6817869aaecf111f5af5fcd148d8fe (patch) | |
tree | 69b6cb1f8635a8103512ebf6446ad9feb0d671fa /lang/tcl84/Makefile | |
parent | 6581eae997a74134712a84d265ed7981feba5457 (diff) | |
download | FreeBSD-ports-e3e73fc29a6817869aaecf111f5af5fcd148d8fe.zip FreeBSD-ports-e3e73fc29a6817869aaecf111f5af5fcd148d8fe.tar.gz |
- Added new file koi8-u.enc
- Fix Installation of new file
- PORTREVISTION bumped
The last item is the koi8-u.enc itself, suitable, I hope, for addition
to the next release of TCL.
koi8-u is not very different from koi8-r. See
http://park.kiev.ua/multiling/koi8-u/draft-rfc-koi8-u.txt
Submitted by: mi@misha.privatelabs.com (Mikhail Teterin)
Diffstat (limited to 'lang/tcl84/Makefile')
-rw-r--r-- | lang/tcl84/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index 3e2e705..77f7cf5 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -7,7 +7,7 @@ PORTNAME= tcl PORTVERSION= 8.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang tcl83 MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcl8_3 @@ -24,8 +24,9 @@ CONFIGURE_ENV= PORTSDIR=${PORTSDIR} MAKE_ENV= SHORT_TCL_VER=83 PKGINSTALL= ${PKGDIR}/pkg-install.tclsh PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.tclsh +TCL_VER= 8.3 -PLIST_SUB= TCL_VER=8.3 SHORT_TCL_VER=83 +PLIST_SUB= TCL_VER=${TCL_VER} SHORT_TCL_VER=83 MAN1= tclsh.1 @@ -423,6 +424,8 @@ post-install: .if exists(${PKGINSTALL}) ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} .endif + ${INSTALL_DATA} ${FILESDIR}/koi8-u.enc \ + ${PREFIX}/lib/tcl${TCL_VER}/encoding/ test: cd ${WRKSRC} && ${MAKE} test |