summaryrefslogtreecommitdiff
path: root/devel/dialyzer/files/patch-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dialyzer/files/patch-setup.sh')
-rw-r--r--devel/dialyzer/files/patch-setup.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/dialyzer/files/patch-setup.sh b/devel/dialyzer/files/patch-setup.sh
deleted file mode 100644
index 4746b8dd6b7f..000000000000
--- a/devel/dialyzer/files/patch-setup.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- setup.sh.orig
-+++ setup.sh
-@@ -46,7 +46,7 @@
-
- DIALYZER_OTP_DIR=$1
-
--DIALYZER_DIR=`pwd`
-+DIALYZER_DIR=${DIALYZER_OTP_DIR}/lib/dialyzer-${VSN}
- LN="ln -s"
- if (test `uname | grep -i cygwin`) ; then
- DIALYZER_DIR=`cygpath -m $DIALYZER_DIR`