diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-31 18:17:39 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-31 18:17:39 +0000 |
commit | 29870c686d9341c77e1566c3d555a36f42f3c414 (patch) | |
tree | 3d90adccda6e1f821d9a977aac601b6af3b314ff /japanese/tcl80 | |
parent | b766e9ce1623aa7195499f76824ff58576b46110 (diff) | |
download | ports-29870c686d9341c77e1566c3d555a36f42f3c414.tar.gz ports-29870c686d9341c77e1566c3d555a36f42f3c414.zip |
Notes
Diffstat (limited to 'japanese/tcl80')
-rw-r--r-- | japanese/tcl80/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/japanese/tcl80/Makefile b/japanese/tcl80/Makefile index f347f0ae2820..78f61f981168 100644 --- a/japanese/tcl80/Makefile +++ b/japanese/tcl80/Makefile @@ -28,6 +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 .include <bsd.port.pre.mk> @@ -54,6 +56,9 @@ post-install: ${LN} -sf libtcl80jp.so.1.5 ${PREFIX}/lib/libtcl80jp.so ${RANLIB} ${PREFIX}/lib/libtcl80jp.a .endif +.if exists(${PKGINSTALL}) + ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} +.endif @${CAT} ${PKGDIR}/MESSAGE test: |