diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:02:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 10:02:41 +0000 |
commit | abc7b2571aab2bfdcc40b505174c94233888d177 (patch) | |
tree | 4125a3cc0412b1ef1174702590d404dd6638ae1e /lang/itcl/Makefile | |
parent | Adjust to x11-toolkits/tk* install/deinstall script paths. (diff) |
Adjust to lang/tcl* install/deinstall script paths.
Diffstat (limited to '')
-rw-r--r-- | lang/itcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 44cea5a43fb5..3789f8d1db85 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -20,8 +20,8 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.2 CONFIGURE_ENV= PORTSDIR=${PORTSDIR} ITCL_LIB_FILE=${ITCL_LIB_FILE} -PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg/INSTALL.tclsh -PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh +PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh +PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh SHLIB_MAJOR= 1 SHLIB_MINOR= 1 |