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 /japanese | |
parent | 5e284d22d41bb383f01f061d187f099585cb6dba (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tcl76/Makefile | 4 | ||||
-rw-r--r-- | japanese/tcl80/Makefile | 6 |
2 files changed, 5 insertions, 5 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 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 |