summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-07-26 07:32:23 +0000
committerwiz <wiz@pkgsrc.org>2018-07-26 07:32:23 +0000
commit752d56a99dd096cfaebbf7051c30acbc90ed95dd (patch)
treee9c27d43b5a5994ec5f6a5104d7e5fcdeaf0f80e
parent62334176e355b35c32767b284f9a36f410b833c4 (diff)
downloadpkgsrc-752d56a99dd096cfaebbf7051c30acbc90ed95dd.tar.gz
zookeeper: remove patch that is not in distinfo
-rw-r--r--devel/zookeeper/patches/patch-bin_zkEnv.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/zookeeper/patches/patch-bin_zkEnv.sh b/devel/zookeeper/patches/patch-bin_zkEnv.sh
deleted file mode 100644
index a77dbb67506..00000000000
--- a/devel/zookeeper/patches/patch-bin_zkEnv.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-bin_zkEnv.sh,v 1.1 2015/10/09 13:59:56 fhajny Exp $
-
-Use a sane default prefix.
---- bin/zkEnv.sh.orig 2014-02-20 10:14:08.000000000 +0000
-+++ bin/zkEnv.sh
-@@ -23,7 +23,7 @@
- # or the conf directory that is
- # a sibling of this script's directory
-
--ZOOBINDIR="${ZOOBINDIR:-/usr/bin}"
-+ZOOBINDIR="${ZOOBINDIR:-@PREFIX@}"
- ZOOKEEPER_PREFIX="${ZOOBINDIR}/.."
-
- if [ "x$ZOOCFGDIR" = "x" ]
-@@ -112,4 +112,4 @@ then
- CLASSPATH=`cygpath -wp "$CLASSPATH"`
- fi
-
--#echo "CLASSPATH=$CLASSPATH"
-\ No newline at end of file
-+#echo "CLASSPATH=$CLASSPATH"