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 /japanese/tcl80 | |
parent | 017cbc755230c57b2ae65a89b73dc1fe3668b388 (diff) | |
download | FreeBSD-ports-4edbd4c0476336fe8256752df35b2f1ff5d4fd69.zip FreeBSD-ports-4edbd4c0476336fe8256752df35b2f1ff5d4fd69.tar.gz |
Adjust to lang/tcl* install/deinstall script paths.
Diffstat (limited to 'japanese/tcl80')
-rw-r--r-- | japanese/tcl80/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/tcl80/Makefile b/japanese/tcl80/Makefile index bc41dd4..9d25325 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 |