diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 10:00:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 10:00:55 +0000 |
commit | 017cbc755230c57b2ae65a89b73dc1fe3668b388 (patch) | |
tree | 85c066f81522fd67ea3c7be34033cb25a528d780 /japanese | |
parent | fa9de8184b157bbe4a5718e947b00b6b44d76891 (diff) | |
download | FreeBSD-ports-017cbc755230c57b2ae65a89b73dc1fe3668b388.zip FreeBSD-ports-017cbc755230c57b2ae65a89b73dc1fe3668b388.tar.gz |
Adjust to x11-toolkits/tk* install/deinstall script paths.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tkstep80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/tkstep80/Makefile b/japanese/tkstep80/Makefile index 7bf4ddf..7c82849 100644 --- a/japanese/tkstep80/Makefile +++ b/japanese/tkstep80/Makefile @@ -32,8 +32,8 @@ PATCH_DIST_ARGS=-d ${TOPDIR} -E ${PATCH_DIST_STRIP} .else PATCH_DIST_ARGS=-d ${TOPDIR} --forward --quiet -E ${PATCH_DIST_STRIP} .endif -PKGINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg/INSTALL.wish -PKGDEINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg/DEINSTALL.wish +PKGINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg-install.wish +PKGDEINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg-deinstall.wish INSTALLS_SHLIB= yes TCLVERSION= 8.0 |