aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-visualization/opendx/files/opendx-compressed-man.patch')
-rw-r--r--sci-visualization/opendx/files/opendx-compressed-man.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/sci-visualization/opendx/files/opendx-compressed-man.patch b/sci-visualization/opendx/files/opendx-compressed-man.patch
deleted file mode 100644
index c7535ccb5..000000000
--- a/sci-visualization/opendx/files/opendx-compressed-man.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naurp dx-4.4.4-orig/bin/dx.in dx-4.4.4/bin/dx.in
---- dx-4.4.4-orig/bin/dx.in 2008-01-21 17:04:51.000000000 +0100
-+++ dx-4.4.4/bin/dx.in 2008-01-21 17:05:14.000000000 +0100
-@@ -60,8 +60,8 @@ exit 1
- #
- longhelp() {
-
--if test -f "$dxroot/man/catl/dx.l" ; then
-- more "$dxroot/man/catl/dx.l"
-+if test -f "$dxroot"/man/catl/dx.l* ; then
-+ man "$dxroot"/man/catl/dx.l*
- else
- echo "cannot find $dxroot/man/catl/dx.l"
- echo "set the DXROOT environment variable to the root of the"