aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/tk83
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-08 11:07:46 +0800
committerasami <asami@FreeBSD.org>2000-10-08 11:07:46 +0800
commita7f4db69a20a8d120e8791937ec4fe6495de707f (patch)
tree028c5dae57c24b45c5a25854721b0312848d28ce /x11-toolkits/tk83
parent27fd43535712135ffb7df3cf33260d3f65c4a87a (diff)
downloadfreebsd-ports-gnome-a7f4db69a20a8d120e8791937ec4fe6495de707f.tar.gz
freebsd-ports-gnome-a7f4db69a20a8d120e8791937ec4fe6495de707f.tar.zst
freebsd-ports-gnome-a7f4db69a20a8d120e8791937ec4fe6495de707f.zip
Rename {INSTALL,DEINSTALL}.wish to pkg-{install,deinstall}.wish.
Diffstat (limited to 'x11-toolkits/tk83')
-rw-r--r--x11-toolkits/tk83/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile
index 30de426d058c..e71b6d952749 100644
--- a/x11-toolkits/tk83/Makefile
+++ b/x11-toolkits/tk83/Makefile
@@ -23,8 +23,8 @@ GNU_CONFIGURE= yes
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
+PKGINSTALL= ${PKGDIR}/pkg-install.wish
+PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.wish
PLIST_SUB= TK_VER=8.3 SHORT_TK_VER=83