aboutsummaryrefslogtreecommitdiff
path: root/net/py-zsi-devel/pkg-req
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /net/py-zsi-devel/pkg-req
parenta33896596d7008d70bca9b6ce72347e2d7b6fd9a (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Notes
Notes: svn path=/head/; revision=127022 svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
Diffstat (limited to 'net/py-zsi-devel/pkg-req')
-rw-r--r--net/py-zsi-devel/pkg-req17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/py-zsi-devel/pkg-req b/net/py-zsi-devel/pkg-req
deleted file mode 100644
index fd3eb3555f86..000000000000
--- a/net/py-zsi-devel/pkg-req
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-PATH=$PATH:/usr/local/bin
-
-if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then
- PYTHON_GT=`python -c 'import string, sys; \
- print string.split(sys.version)[0] >= "2.0" and 1'`
- if [ "x${PYTHON_GT}" = "x1" ]; then
- exit 0
- else
- echo "-----------------------------------------------------------"
- echo "ZSI requires Python version 2.0 or greater -"
- echo " please update your Python installation before proceeding."
- echo "-----------------------------------------------------------"
- exit 1
- fi
-fi