diff options
author | mi <mi@FreeBSD.org> | 2006-05-23 01:21:08 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-05-23 01:21:08 +0800 |
commit | 281535e5ffe9b18a5c2c4e792c46934e84f485eb (patch) | |
tree | 2404f985020775adbd3bd069c128ddb5e2853cf6 /lang | |
parent | 1cf179f56b7086f5bf831f5c9a646284a3468a17 (diff) | |
download | freebsd-ports-gnome-281535e5ffe9b18a5c2c4e792c46934e84f485eb.tar.gz freebsd-ports-gnome-281535e5ffe9b18a5c2c4e792c46934e84f485eb.tar.zst freebsd-ports-gnome-281535e5ffe9b18a5c2c4e792c46934e84f485eb.zip |
Another minor fix to the generated itclConfig.sh
Alerted by: kris
Diffstat (limited to 'lang')
-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#' < $> > $@ |