diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-31 18:17:39 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-31 18:17:39 +0000 |
commit | 29870c686d9341c77e1566c3d555a36f42f3c414 (patch) | |
tree | 3d90adccda6e1f821d9a977aac601b6af3b314ff /lang/tcl81-thread | |
parent | b766e9ce1623aa7195499f76824ff58576b46110 (diff) |
PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or from
${PKGDIR} if DEINSTALL.tclsh exists there.
Also, add INSTALL.tclsh to ja-tcl*, otcl, and itcl. The latter
two technically don't need it since they depend on another library
which will pull the (DE)?INSTALL.tclsh stuff in, but I'm changing
them anyways as a defensive measure.
Notes
Notes:
svn path=/head/; revision=29020
Diffstat (limited to 'lang/tcl81-thread')
-rw-r--r-- | lang/tcl81-thread/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tcl81-thread/Makefile b/lang/tcl81-thread/Makefile index 32349dcff294..a90c483c0820 100644 --- a/lang/tcl81-thread/Makefile +++ b/lang/tcl81-thread/Makefile @@ -22,7 +22,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-threads CONFIGURE_ENV= PORTSDIR=${PORTSDIR} -PKGINSTALL= ${PORTSDIR}/lang/tcl80/pkg/INSTALL.tclsh +PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg/INSTALL.tclsh +PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh MAN1= tclsh.1 |