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 | |
parent | 5e284d22d41bb383f01f061d187f099585cb6dba (diff) | |
download | ports-abc7b2571aab2bfdcc40b505174c94233888d177.tar.gz ports-abc7b2571aab2bfdcc40b505174c94233888d177.zip |
Notes
Diffstat (limited to 'lang/itcl')
-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 |