diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 18:02:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 18:02:41 +0800 |
commit | 4edbd4c0476336fe8256752df35b2f1ff5d4fd69 (patch) | |
tree | eaa4db98cbc97bd28a1a127a52536aaf11eb2894 /japanese/tcl76 | |
parent | 017cbc755230c57b2ae65a89b73dc1fe3668b388 (diff) | |
download | freebsd-ports-gnome-4edbd4c0476336fe8256752df35b2f1ff5d4fd69.tar.gz freebsd-ports-gnome-4edbd4c0476336fe8256752df35b2f1ff5d4fd69.tar.zst freebsd-ports-gnome-4edbd4c0476336fe8256752df35b2f1ff5d4fd69.zip |
Adjust to lang/tcl* install/deinstall script paths.
Diffstat (limited to 'japanese/tcl76')
-rw-r--r-- | japanese/tcl76/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile index 954a51bd9a01..32a8e7f368b9 100644 --- a/japanese/tcl76/Makefile +++ b/japanese/tcl76/Makefile @@ -21,8 +21,8 @@ USE_AUTOCONF= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PORTSDIR=${PORTSDIR} -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 VERSION= ${PORTVERSION}jp |