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/tcl80 | |
parent | 5e284d22d41bb383f01f061d187f099585cb6dba (diff) | |
download | ports-abc7b2571aab2bfdcc40b505174c94233888d177.tar.gz ports-abc7b2571aab2bfdcc40b505174c94233888d177.zip |
Notes
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 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 |