summaryrefslogtreecommitdiff
path: root/math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh
diff options
context:
space:
mode:
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, 0 insertions, 12 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
deleted file mode 100644
index b84311483c68..000000000000
--- a/math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-
-$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