summaryrefslogtreecommitdiff
path: root/lang/tcl80/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-07-27 21:14:50 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-07-27 21:14:50 +0000
commit00505cbefa1df8a49f4931d5576ed90997ca359d (patch)
treef0d0007577705998874f7ac6805c2ce743262219 /lang/tcl80/Makefile
parentNo need to define both USE_CONFIGURE and GNU_CONFIGURE.... (diff)
Install a "tclsh" script that spits-out a list of the real tclsh's, as
discussed many times on -ports. I expect that a few of the dependencies will break silently. I didn't touch ja-tcl (etc.) since the tclsh message should perhaps be translated? PR: ports/5894 Mention: Eivind (a first shot at a tclsh script)
Notes
Notes: svn path=/head/; revision=12165
Diffstat (limited to 'lang/tcl80/Makefile')
-rw-r--r--lang/tcl80/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile
index 6bc6fd35f089..e5ce84d0dfb1 100644
--- a/lang/tcl80/Makefile
+++ b/lang/tcl80/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 August 1997
# Whom: jkh
#
-# $Id: Makefile,v 1.5 1998/03/18 00:56:08 jmz Exp $
+# $Id: Makefile,v 1.6 1998/07/03 23:06:48 steve Exp $
#
DISTNAME= tcl8.0p2
@@ -32,8 +32,13 @@ pre-build:
post-install:
${LDCONFIG} -m ${PREFIX}/lib
+.if exists(${PKGDIR}/INSTALL.tclsh)
+ ${SH} ${PKGDIR}/INSTALL.tclsh
+.endif
test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>
+
+PKG_ARGS+= -i ${PKGDIR}/INSTALL.tclsh