diff options
author | hoek <hoek@FreeBSD.org> | 2000-06-01 02:17:39 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2000-06-01 02:17:39 +0800 |
commit | 16cf947a5971c65c133ade870cd4eb851a5bd9bd (patch) | |
tree | 1f48f95f9adf25b57a79e012794485a37296ad0a /lang/tcl84 | |
parent | 7265dba1e03a70f84a1b4c32d69c8c54fd326d9a (diff) | |
download | freebsd-ports-gnome-16cf947a5971c65c133ade870cd4eb851a5bd9bd.tar.gz freebsd-ports-gnome-16cf947a5971c65c133ade870cd4eb851a5bd9bd.tar.zst freebsd-ports-gnome-16cf947a5971c65c133ade870cd4eb851a5bd9bd.zip |
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.
Diffstat (limited to 'lang/tcl84')
-rw-r--r-- | lang/tcl84/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index b6635192b184..82db66c4e1e1 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/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 |