diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 10:02:41 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 10:02:41 +0000 |
commit | 4edbd4c0476336fe8256752df35b2f1ff5d4fd69 (patch) | |
tree | eaa4db98cbc97bd28a1a127a52536aaf11eb2894 /lang/itcl/Makefile | |
parent | 017cbc755230c57b2ae65a89b73dc1fe3668b388 (diff) | |
download | FreeBSD-ports-4edbd4c0476336fe8256752df35b2f1ff5d4fd69.zip FreeBSD-ports-4edbd4c0476336fe8256752df35b2f1ff5d4fd69.tar.gz |
Adjust to lang/tcl* install/deinstall script paths.
Diffstat (limited to 'lang/itcl/Makefile')
-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 44cea5a..3789f8d 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 |