summaryrefslogtreecommitdiff
path: root/math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-17 05:41:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-17 05:41:43 +0000
commit397c3b0e09e8f1ae8d38cea19d86ebb236e940e0 (patch)
tree8c377ef1ccf2ecb74bd074f2ae126aa65776b3de /math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh
parentI forgot to patch a line. (diff)
Update to 0.4.
Notes
Notes: svn path=/head/; revision=59295
Diffstat (limited to 'math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh')
-rw-r--r--math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh b/math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh
new file mode 100644
index 000000000000..b84311483c68
--- /dev/null
+++ b/math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh
@@ -0,0 +1,12 @@
+
+$FreeBSD$
+
+--- qscanplot/plugins/make-all-plugins.sh 2002/04/23 09:48:36 1.1
++++ qscanplot/plugins/make-all-plugins.sh 2002/04/23 09:51:37
+@@ -4,5 +4,5 @@
+
+ for i in `cat FUNCTIONS`; do
+ echo ; echo \# Generating plugin for function \"$i\":
+- . make-plugin.sh $i
++ ./make-plugin.sh $i
+ done