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/tk82 | |
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/tk82')
-rw-r--r-- | x11-toolkits/tk82/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 7344789d1824..1ff09a44a06d 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.2 CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk82.so.1 PKGINSTALL= ${PKGDIR}/INSTALL.wish +PKGDEINSTALL= ${PKGDIR}/DEINSTALL.wish PLIST_SUB= TK_VER=8.2 SHORT_TK_VER=82 |