diff options
author | hoek <hoek@FreeBSD.org> | 2000-05-31 18:17:39 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2000-05-31 18:17:39 +0000 |
commit | 16cf947a5971c65c133ade870cd4eb851a5bd9bd (patch) | |
tree | 1f48f95f9adf25b57a79e012794485a37296ad0a /lang/tcl80 | |
parent | 7265dba1e03a70f84a1b4c32d69c8c54fd326d9a (diff) | |
download | FreeBSD-ports-16cf947a5971c65c133ade870cd4eb851a5bd9bd.zip FreeBSD-ports-16cf947a5971c65c133ade870cd4eb851a5bd9bd.tar.gz |
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/tcl80')
-rw-r--r-- | lang/tcl80/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 654bdc3..e3618d6 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} PKGINSTALL= ${PKGDIR}/INSTALL.tclsh +PKGDEINSTALL= ${PKGDIR}/DEINSTALL.tclsh SHLIB_MAJOR= 1 SHLIB_MINOR= 5 |