summaryrefslogtreecommitdiff
path: root/x11-toolkits/tk84/Makefile
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 /x11-toolkits/tk84/Makefile
parentRegenerate checksum to be consistent with rev. 1.6 of Makefile. (diff)
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 'x11-toolkits/tk84/Makefile')
-rw-r--r--x11-toolkits/tk84/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile
index 22070a3e53e1..54158bd12ee9 100644
--- a/x11-toolkits/tk84/Makefile
+++ b/x11-toolkits/tk84/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 August 1997
# Whom: jkh
#
-# $Id: Makefile,v 1.11 1998/07/01 10:21:02 jseger Exp $
+# $Id: Makefile,v 1.12 1998/07/12 21:07:21 jdp Exp $
#
DISTNAME= tk8.1a2
@@ -23,8 +23,13 @@ CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
post-install:
${LDCONFIG} -m ${PREFIX}/lib
+.if exists(${PORTSDIR}/x11/tk80/pkg/INSTALL.wish)
+ ${SH} ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish
+.endif
test:
cd ${WRKSRC}; make test
.include <bsd.port.mk>
+
+PKG_ARGS+= -i ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish