summaryrefslogtreecommitdiff
path: root/japanese/tcl80
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 10:02:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 10:02:41 +0000
commitabc7b2571aab2bfdcc40b505174c94233888d177 (patch)
tree4125a3cc0412b1ef1174702590d404dd6638ae1e /japanese/tcl80
parentAdjust to x11-toolkits/tk* install/deinstall script paths. (diff)
Adjust to lang/tcl* install/deinstall script paths.
Notes
Notes: svn path=/head/; revision=33571
Diffstat (limited to 'japanese/tcl80')
-rw-r--r--japanese/tcl80/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/tcl80/Makefile b/japanese/tcl80/Makefile
index bc41dd443d84..9d25325289e1 100644
--- a/japanese/tcl80/Makefile
+++ b/japanese/tcl80/Makefile
@@ -28,8 +28,8 @@ GNU_CONFIGURE= yes
USE_AUTOCONF= yes
CONFIGURE_ARGS= --enable-shared
RANLIB= ranlib
-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
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
@@ -60,7 +60,7 @@ post-install:
.if exists(${PKGINSTALL})
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL}
.endif
- @${CAT} ${PKGDIR}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
test:
cd ${WRKSRC} && ${SETENV} PORTOBJFORMAT=${PORTOBJFORMAT} ${MAKE} test