summaryrefslogtreecommitdiff
path: root/databases/py-sybase/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-07-27 00:07:50 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-07-27 00:07:50 +0000
commit3d684fa4cabd88280415f6889f83b9aafc72e36b (patch)
tree16b3b056ed4757aa803d889f8da3980a0665cd7e /databases/py-sybase/Makefile
parent- Fix index (diff)
pkg_info ->
Diffstat (limited to 'databases/py-sybase/Makefile')
-rw-r--r--databases/py-sybase/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-sybase/Makefile b/databases/py-sybase/Makefile
index bbe3e585e11a..275f4a249d27 100644
--- a/databases/py-sybase/Makefile
+++ b/databases/py-sybase/Makefile
@@ -24,7 +24,7 @@ USE_PYDISTUTILS= yes
TDS_SUF="=${TDS_VERSION}"
.else
pre-fetch:
- @V=`pkg_info | sed -ne 's/^freetds-0.\(..\).*/\1/p'` ; \
+ @V=`${PKG_INFO} | sed -ne 's/^freetds-0.\(..\).*/\1/p'` ; \
if [ $$V -le 60 ]; then \
${ECHO_MSG} "Suggest you update your FreeTDS port to at least version 0.61" ; \
${ECHO_MSG} "Otherwise, you will need to add TDS_VERSION=$$V to the Make command" ; \