diff options
author | jwise <jwise@pkgsrc.org> | 2000-09-08 01:03:21 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-09-08 01:03:21 +0000 |
commit | 6b199c9fed9aa25f3b035f6628107974bba857ae (patch) | |
tree | f1d79d9bf91e853671199534d3b33fc546e5bb1c /x11/tk | |
parent | 89df4381a37b9c41d3376828445cd8b10660f7d2 (diff) | |
download | pkgsrc-6b199c9fed9aa25f3b035f6628107974bba857ae.tar.gz |
Also install the private tk header file `default.h' to ${PREFIX}/include/tk/generic
as it is needed by mbone/nte.
Diffstat (limited to 'x11/tk')
-rw-r--r-- | x11/tk/Makefile | 3 | ||||
-rw-r--r-- | x11/tk/pkg/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 62139822645..900d06ac7d7 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/08/30 10:45:46 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/09/08 01:03:21 jwise Exp $ DISTNAME= tk8.3.2 PKGNAME= tk-8.3.2 @@ -24,6 +24,7 @@ post-install: ${MKDIR} ${PREFIX}/include/tk ${MKDIR} ${PREFIX}/include/tk/generic ${MKDIR} ${PREFIX}/include/tk/unix + ${INSTALL_DATA} ${WRKSRC}/../generic/default.h ${PREFIX}/include/tk/generic ${INSTALL_DATA} ${WRKSRC}/../generic/tk.h ${PREFIX}/include/tk/generic ${INSTALL_DATA} ${WRKSRC}/../generic/tk3d.h ${PREFIX}/include/tk/generic ${INSTALL_DATA} ${WRKSRC}/../generic/tkButton.h ${PREFIX}/include/tk/generic diff --git a/x11/tk/pkg/PLIST b/x11/tk/pkg/PLIST index 0fb383bd385..b3c1a4e5d74 100644 --- a/x11/tk/pkg/PLIST +++ b/x11/tk/pkg/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/29 16:16:12 jwise Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/09/08 01:03:21 jwise Exp $ bin/wish bin/wish8.3 include/tk.h include/tkInt.h include/tkDecls.h include/tkIntXlibDecls.h +include/tk/generic/default.h include/tk/generic/tk.h include/tk/generic/tk3d.h include/tk/generic/tkButton.h |