diff options
author | hoek <hoek@FreeBSD.org> | 1998-07-27 21:36:08 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-07-27 21:36:08 +0000 |
commit | 8f33985214c3d780407fe39fb3ca69b8330ee5b9 (patch) | |
tree | adb62e7861e67217e7b220346bde783ccea347b7 /x11-toolkits/tkstep80 | |
parent | 491607d257f430aa3a851fcca630316d51993d23 (diff) | |
download | FreeBSD-ports-8f33985214c3d780407fe39fb3ca69b8330ee5b9.zip FreeBSD-ports-8f33985214c3d780407fe39fb3ca69b8330ee5b9.tar.gz |
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
Diffstat (limited to 'x11-toolkits/tkstep80')
-rw-r--r-- | x11-toolkits/tkstep80/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile index 1c75ce3..be7a92c 100644 --- a/x11-toolkits/tkstep80/Makefile +++ b/x11-toolkits/tkstep80/Makefile @@ -3,7 +3,7 @@ # Date created: 06 November 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.8 1998/05/04 20:23:12 jseger Exp $ +# $Id: Makefile,v 1.9 1998/07/03 23:07:17 steve Exp $ # DISTNAME= tk8.0p2 @@ -39,8 +39,13 @@ post-install: ${PREFIX}/share/doc/tkstep .endif ${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 |