diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-27 21:14:50 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-27 21:14:50 +0000 |
commit | 00505cbefa1df8a49f4931d5576ed90997ca359d (patch) | |
tree | f0d0007577705998874f7ac6805c2ce743262219 /lang/tcl82/Makefile | |
parent | a1dc260061b7e9acc2b26659debe9147205f2be6 (diff) |
Notes
Diffstat (limited to 'lang/tcl82/Makefile')
-rw-r--r-- | lang/tcl82/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index ec87b60f5440..e3651a2e407f 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.8 1998/07/01 10:20:59 jseger Exp $ +# $Id: Makefile,v 1.9 1998/07/04 17:29:15 jdp Exp $ # DISTNAME= tcl8.1a2 @@ -21,8 +21,13 @@ CONFIGURE_ENV= PORTSDIR=${PORTSDIR} post-install: ${LDCONFIG} -m ${PREFIX}/lib +.if exists(${PORTSDIR}/lang/tcl80/pkg/INSTALL.tclsh) + ${SH} ${PORTSDIR}/lang/tcl80/pkg/INSTALL.tclsh +.endif test: cd ${WRKSRC} && ${MAKE} test .include <bsd.port.mk> + +PKG_ARGS+= -i ${PORTSDIR}/lang/tcl80/pkg/INSTALL.tclsh |