diff options
author | pst <pst@FreeBSD.org> | 1997-12-31 16:44:40 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-12-31 16:44:40 +0000 |
commit | 941db8f9bec28608aa0938014fd30eae2184d6dc (patch) | |
tree | 084a3d3c7c50120e70eee25e50d4086dcb116170 /lang/tcl84 | |
parent | 8c1bf6d605c631e36db41403b2150b8809dbaf56 (diff) | |
download | FreeBSD-ports-941db8f9bec28608aa0938014fd30eae2184d6dc.zip FreeBSD-ports-941db8f9bec28608aa0938014fd30eae2184d6dc.tar.gz |
PLIST contained tk include files, not tcl include files.
PR: 5249
Submitted by: Jun Kuriyama
Diffstat (limited to 'lang/tcl84')
-rw-r--r-- | lang/tcl84/pkg-plist | 29 |
1 files changed, 7 insertions, 22 deletions
diff --git a/lang/tcl84/pkg-plist b/lang/tcl84/pkg-plist index 8f66037..f0cda92 100644 --- a/lang/tcl84/pkg-plist +++ b/lang/tcl84/pkg-plist @@ -3,28 +3,13 @@ lib/libtcl80.a lib/libtcl80.so.1.2 @exec /sbin/ldconfig -m %B include/tcl8.0/tcl.h -include/tk8.0/generic/default.h -include/tk8.0/generic/ks_names.h -include/tk8.0/generic/tk.h -include/tk8.0/generic/tk3d.h -include/tk8.0/generic/tkButton.h -include/tk8.0/generic/tkCanvas.h -include/tk8.0/generic/tkColor.h -include/tk8.0/generic/tkFileFilter.h -include/tk8.0/generic/tkFont.h -include/tk8.0/generic/tkInitScript.h -include/tk8.0/generic/tkInt.h -include/tk8.0/generic/tkMenu.h -include/tk8.0/generic/tkMenubutton.h -include/tk8.0/generic/tkPort.h -include/tk8.0/generic/tkScale.h -include/tk8.0/generic/tkScrollbar.h -include/tk8.0/generic/tkSelect.h -include/tk8.0/generic/tkText.h -include/tk8.0/unix/tkUnixDefault.h -include/tk8.0/unix/tkUnixInt.h -include/tk8.0/unix/tkUnixPort.h -include/tk8.0/tk.h +include/tcl8.0/unix/tclUnixPort.h +include/tcl8.0/generic/tcl.h +include/tcl8.0/generic/tclCompile.h +include/tcl8.0/generic/tclInt.h +include/tcl8.0/generic/tclMath.h +include/tcl8.0/generic/tclPort.h +include/tcl8.0/generic/tclRegexp.h lib/tcl8.0/history.tcl lib/tcl8.0/init.tcl lib/tcl8.0/ldAout.tcl |