diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-05-01 22:32:09 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-05-01 22:32:09 +0000 |
commit | 610dbd2b941d9f9078fffa2af2146d8149e10c55 (patch) | |
tree | b9e3ba26e1a2a30a23c15ea73198cfad46034ed9 /math/tvmet/files/patch-Makefile.in | |
parent | Upgrade to 0.99.14. (diff) |
Update to version 1.0.0
PR: 51232
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=79972
Diffstat (limited to 'math/tvmet/files/patch-Makefile.in')
-rw-r--r-- | math/tvmet/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/tvmet/files/patch-Makefile.in b/math/tvmet/files/patch-Makefile.in new file mode 100644 index 000000000000..02550123f9cb --- /dev/null +++ b/math/tvmet/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Feb 11 00:36:50 2003 ++++ Makefile.in Tue Feb 11 04:12:23 2003 +@@ -88,7 +88,7 @@ + + ACLOCAL_AMFLAGS = -I config + +-SUBDIRS = include doc regression tests benchmark examples ++SUBDIRS = include regression tests benchmark + DIST_SUBDIRS = include doc regression tests benchmark examples config + + m4sources = \ |