diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-10 07:22:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-10 07:22:35 +0000 |
commit | 534ad9b411b8c3d3674501362b388be95a98e588 (patch) | |
tree | 3868afee8ca58e430c9b588b2aa9fe248d0a6000 /lang/tcl83 | |
parent | update to version 1.4.1 (diff) |
Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'
Notes
Notes:
svn path=/head/; revision=75227
Diffstat (limited to 'lang/tcl83')
-rw-r--r-- | lang/tcl83/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index f339a91baef4..87bc44ceef97 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -25,6 +25,7 @@ MAKE_ENV= SHORT_TCL_VER=83 PKGINSTALL= ${PKGDIR}/pkg-install.tclsh PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.tclsh TCL_VER= 8.3 +NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken PLIST_SUB= TCL_VER=${TCL_VER} SHORT_TCL_VER=83 |