aboutsummaryrefslogtreecommitdiff
path: root/math/mupad
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-01-22 02:13:11 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-01-22 02:13:11 +0000
commiteed3e130544ea529437a8845aac6ebd6f771d5e4 (patch)
tree21abe7ced3db26d056e7c9df7b8d65e6fe773db8 /math/mupad
parente33233f948fa75569942bda3f34c065ad24f1576 (diff)
downloadports-eed3e130544ea529437a8845aac6ebd6f771d5e4.tar.gz
ports-eed3e130544ea529437a8845aac6ebd6f771d5e4.zip
forgot to remove patch files
Notes
Notes: svn path=/head/; revision=154111
Diffstat (limited to 'math/mupad')
-rw-r--r--math/mupad/files/patch-sysinfo13
-rw-r--r--math/mupad/files/patch-usr+local+bin49
2 files changed, 0 insertions, 62 deletions
diff --git a/math/mupad/files/patch-sysinfo b/math/mupad/files/patch-sysinfo
deleted file mode 100644
index c90835ac126a..000000000000
--- a/math/mupad/files/patch-sysinfo
+++ /dev/null
@@ -1,13 +0,0 @@
---- usr/local/MuPADscilab-3.1.1/share/bin/sysinfo~ Sun Mar 20 00:09:57 2005
-+++ usr/local/MuPADscilab-3.1.1/share/bin/sysinfo Sun Mar 20 00:17:03 2005
-@@ -10,7 +10,9 @@
-
- PATH=/bin:/usr/bin:/usr/ucb:/usr/bsd
-
--ARCH=UNKNOWN
-+ARCH=freebsd
-+echo $ARCH
-+exit
-
- if test -x /usr/bin/hostinfo ; then
- if test "`hostinfo | grep NeXT`" != "" ; then
diff --git a/math/mupad/files/patch-usr+local+bin b/math/mupad/files/patch-usr+local+bin
deleted file mode 100644
index 768af5b97967..000000000000
--- a/math/mupad/files/patch-usr+local+bin
+++ /dev/null
@@ -1,49 +0,0 @@
---- usr/local/bin/manual~ Sat Mar 19 21:47:46 2005
-+++ usr/local/bin/manual Sat Mar 19 22:43:32 2005
-@@ -1,3 +1,3 @@
- #!/bin/sh -f
- # start the MuPAD manual
--exec /usr/local/MuPAD/share/bin/manual "$@"
-+exec %%PREFIX%%/MuPAD/share/bin/manual "$@"
---- usr/local/bin/mmg~ Sat Mar 19 21:47:46 2005
-+++ usr/local/bin/mmg Sat Mar 19 22:43:44 2005
-@@ -1,3 +1,3 @@
- #!/bin/sh -f
- # The MuPAD module generator mmg
--exec /usr/local/MuPAD/share/bin/mmg "$@"
-+exec %%PREFIX%%/MuPAD/share/bin/mmg "$@"
---- usr/local/bin/mupad~ Sat Mar 19 21:47:46 2005
-+++ usr/local/bin/mupad Sat Mar 19 22:43:53 2005
-@@ -1,3 +1,3 @@
- #!/bin/sh -f
- # start the MuPAD terminal version
--exec /usr/local/MuPAD/share/bin/mupad "$@"
-+exec %%PREFIX%%/MuPAD/share/bin/mupad "$@"
---- usr/local/bin/mxdvi~ Sat Mar 19 21:47:46 2005
-+++ usr/local/bin/mxdvi Sat Mar 19 22:44:05 2005
-@@ -1,3 +1,3 @@
- #!/bin/sh -f
- # start the MuPAD manual
--exec /usr/local/MuPAD/share/bin/manual "$@"
-+exec %%PREFIX%%/MuPAD/share/bin/manual "$@"
---- usr/local/bin/xmupad~ Sat Mar 19 21:47:46 2005
-+++ usr/local/bin/xmupad Sat Mar 19 22:44:14 2005
-@@ -1,3 +1,3 @@
- #!/bin/sh -f
- # start the MuPAD frontend
--exec /usr/local/MuPAD/share/bin/xmupad "$@"
-+exec %%PREFIX%%/MuPAD/share/bin/xmupad "$@"
---- usr/local/bin/xvc2jvx~ Sat Mar 19 21:47:46 2005
-+++ usr/local/bin/xvc2jvx Sat Mar 19 22:44:31 2005
-@@ -1,3 +1,3 @@
- #!/bin/sh -f
- # start the MuPAD grahics to JVX converter
--exec /usr/local/MuPAD/share/bin/xvc2jvx "$@"
-+exec %%PREFIX%%/MuPAD/share/bin/xvc2jvx "$@"
---- usr/local/bin/vcam~ Sat Mar 19 21:47:46 2005
-+++ usr/local/bin/vcam Sat Mar 19 22:46:45 2005
-@@ -1,3 +1,3 @@
- #!/bin/sh -f
- # start the MuPAD graphics tool
--exec /usr/local/MuPAD/share/bin/vcam "$@"
-+exec %%PREFIX%%/MuPAD/share/bin/vcam "$@"