diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-10 15:39:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-10 15:39:09 +0000 |
commit | ffa3bf9e8a4b2d13b4937d7213dca6d4ecc894f3 (patch) | |
tree | 2b91c4e698fbd4c9f9c49eba82c8f82f14522eeb /math/plplot/files/patch-bindings::tcl::Makefile.in | |
parent | - Update to version 1.6.2 (diff) |
- Update to version 5.3.0
PR: ports/62641
Submitted by: Ports Fury
Diffstat (limited to 'math/plplot/files/patch-bindings::tcl::Makefile.in')
-rw-r--r-- | math/plplot/files/patch-bindings::tcl::Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/math/plplot/files/patch-bindings::tcl::Makefile.in b/math/plplot/files/patch-bindings::tcl::Makefile.in index ae326bf8045f..174244285090 100644 --- a/math/plplot/files/patch-bindings::tcl::Makefile.in +++ b/math/plplot/files/patch-bindings::tcl::Makefile.in @@ -1,11 +1,11 @@ ---- bindings/tcl/Makefile.in.orig Mon Apr 21 21:36:35 2003 -+++ bindings/tcl/Makefile.in Wed Apr 23 18:39:49 2003 -@@ -341,7 +341,7 @@ - with_rpath_FALSE = @with_rpath_FALSE@ - with_rpath_TRUE = @with_rpath_TRUE@ +--- bindings/tcl/Makefile.in.orig Mon Feb 2 20:40:59 2004 ++++ bindings/tcl/Makefile.in Tue Feb 10 01:10:30 2004 +@@ -932,7 +932,7 @@ --tcldir = ${prefix}/$(DATA_DIR)/../tcl -+@enable_tcl_TRUE@tcldir = ${prefix}/$(DATA_DIR)/../tcl + info-am: + +-install-data-am: install-pkgincludeHEADERS install-tclDATA ++install-data-am: @enable_tcl_TRUE@install-pkgincludeHEADERS install-tclDATA + + install-exec-am: install-libLTLIBRARIES - libplplot = ../../src/libplplot$(LIB_TAG).la - libmatrix = libtclmatrix$(LIB_TAG).la |