diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-06-02 07:29:19 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-06-02 07:29:19 +0000 |
commit | 6c1cd273f21f720cbfaba525c585bf86224b6354 (patch) | |
tree | 98a613941d5fef800b005ec250befddc056dd818 /x11-toolkits/tk83 | |
parent | Scatter DEINSTALL.wish to wherever there exists INSTALL.wish (diff) |
Call DEINSTALL.wish to snuff-out extraneous wishes. Remove an archaicism
in non-ja tkstep80.
Diffstat (limited to 'x11-toolkits/tk83')
-rw-r--r-- | x11-toolkits/tk83/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index 2e572e15cc98..08f7b077c1be 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.3 CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk83.so.1 MAKE_ENV= SHORT_TK_VER=83 PKGINSTALL= ${PKGDIR}/INSTALL.wish +PKGDEINSTALL= ${PKGDIR}/DEINSTALL.wish PLIST_SUB= TK_VER=8.3 SHORT_TK_VER=83 |