diff options
author | hoek <hoek@FreeBSD.org> | 2000-06-02 15:29:19 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2000-06-02 15:29:19 +0800 |
commit | 073a50e09924924dd87b668acb231ce78fa15ace (patch) | |
tree | e7cfc01542a2cb3b0bffe494037d06116d556777 /x11-toolkits/tk82 | |
parent | c64a76d21985db89875ac07f1b316585ff0493c6 (diff) | |
download | freebsd-ports-gnome-073a50e09924924dd87b668acb231ce78fa15ace.tar.gz freebsd-ports-gnome-073a50e09924924dd87b668acb231ce78fa15ace.tar.zst freebsd-ports-gnome-073a50e09924924dd87b668acb231ce78fa15ace.zip |
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 |