diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-11 04:41:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-11 04:41:09 +0000 |
commit | e38b201b9dfa733098f8e86ad39a01f4f775453b (patch) | |
tree | 6651a0954939194e256275443b50f105e7abc0e0 /lang/tcl83 | |
parent | 26d0b60848ffa3818ba2ae74e1d5778c3fc2b8ee (diff) | |
download | ports-e38b201b9dfa733098f8e86ad39a01f4f775453b.tar.gz ports-e38b201b9dfa733098f8e86ad39a01f4f775453b.zip |
Notes
Diffstat (limited to 'lang/tcl83')
-rw-r--r-- | lang/tcl83/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 87bc44ceef97..66925c21dbd1 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -25,7 +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 +NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken PLIST_SUB= TCL_VER=${TCL_VER} SHORT_TCL_VER=83 |