aboutsummaryrefslogtreecommitdiff
path: root/lang/tclX
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-07-27 21:36:08 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-07-27 21:36:08 +0000
commit8a135bbda0c193a88f9bbce611a6bf3148c67b96 (patch)
treed2e7890ad32ecd23c27e289d32418ef6f82c8da2 /lang/tclX
parente19be50eb8eb0a5454ea46d5b1d0462d577aa948 (diff)
downloadports-8a135bbda0c193a88f9bbce611a6bf3148c67b96.tar.gz
ports-8a135bbda0c193a88f9bbce611a6bf3148c67b96.zip
Install a wish script that spits-out all the various names for wish. The
script handles for tclX and tkstep. This is as per several discussions on -ports. I expect one or two of the depending ports to break silently. I didn't touch the ja-ports, since INSTALL.wish might want translating? PR: bin/5894 Mention: Eivind, who wrote part of INSTALL.wish
Notes
Notes: svn path=/head/; revision=12168
Diffstat (limited to 'lang/tclX')
-rw-r--r--lang/tclX/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/tclX/Makefile b/lang/tclX/Makefile
index 16bf733e5bd3..133985f4b92d 100644
--- a/lang/tclX/Makefile
+++ b/lang/tclX/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 February 1996
# Whom: jkh
#
-# $Id: Makefile,v 1.20 1997/12/24 01:21:39 alex Exp $
+# $Id: Makefile,v 1.21 1998/05/21 01:36:22 jseger Exp $
#
DISTNAME= tclX8.0.2
@@ -29,5 +29,10 @@ post-install:
$(INSTALL_MAN) $(WRKSRC)/../doc/Memory.n $(PREFIX)/man/mann
$(INSTALL_MAN) $(WRKSRC)/../doc/TclX.n $(PREFIX)/man/mann
${LDCONFIG} -m ${PREFIX}/lib
+.if exists(${PORTSDIR}/x11/tk80/pkg/INSTALL.wish)
+ ${SH} ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish
+.endif
.include <bsd.port.mk>
+
+PKG_ARGS+= -i ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish