summaryrefslogtreecommitdiff
path: root/lang/tcl83
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>2000-05-31 18:17:39 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>2000-05-31 18:17:39 +0000
commit29870c686d9341c77e1566c3d555a36f42f3c414 (patch)
tree3d90adccda6e1f821d9a977aac601b6af3b314ff /lang/tcl83
parentLet the user know about itcl installations, too. (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/tcl83')
-rw-r--r--lang/tcl83/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile
index b6635192b184..82db66c4e1e1 100644
--- a/lang/tcl83/Makefile
+++ b/lang/tcl83/Makefile
@@ -27,6 +27,7 @@ CONFIGURE_ARGS= --enable-shared
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
MAKE_ENV= SHORT_TCL_VER=83
PKGINSTALL= ${PKGDIR}/INSTALL.tclsh
+PKGDEINSTALL= ${PKGDIR}/DEINSTALL.tclsh
PLIST_SUB= TCL_VER=8.3 SHORT_TCL_VER=83