diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-05-22 17:21:08 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-05-22 17:21:08 +0000 |
commit | f5f6a08968bac652fd1f5b9f378558bccaa320de (patch) | |
tree | 78b4e643f6525d5bf2874f80079e2fd68e12da4f /lang/itcl | |
parent | 5d74ca5e78ee78cc3d8f05c7310f621ccff909cc (diff) |
Another minor fix to the generated itclConfig.sh
Alerted by: kris
Notes
Notes:
svn path=/head/; revision=163114
Diffstat (limited to 'lang/itcl')
-rw-r--r-- | lang/itcl/files/Makefile.lib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/itcl/files/Makefile.lib b/lang/itcl/files/Makefile.lib index ae6448811d97..dbb7ac8137da 100644 --- a/lang/itcl/files/Makefile.lib +++ b/lang/itcl/files/Makefile.lib @@ -25,6 +25,7 @@ pkgIndex.tcl: pkgIndex.tcl.in itclConfig.sh: itclConfig.sh.in sed -e 's#@itcl_LIB_FILE@#${SHLIB_NAME}#g' \ + -e "s#@PACKAGE_VERSION@#${MAJOR}.${MINOR}#" \ -e 's#@itcl_BUILD_LIB_SPEC@#-L${LIBDIR} -litcl#' \ -e 's#@itcl_LIB_SPEC@#-L${LIBDIR} -litcl#' < $> > $@ |