summaryrefslogtreecommitdiff
path: root/math/py-Scientific
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commit472dafdd2e1560bc21a20b89efd58a911dc44409 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /math/py-Scientific
parent55a30558d8942bf85417fab3ed26bec7a7c3aae6 (diff)
downloadpkgsrc-472dafdd2e1560bc21a20b89efd58a911dc44409.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'math/py-Scientific')
-rw-r--r--math/py-Scientific/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile
index 44b7b69b343..37f3b118d48 100644
--- a/math/py-Scientific/Makefile
+++ b/math/py-Scientific/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/04/11 21:46:31 tv Exp $
+# $NetBSD: Makefile,v 1.23 2005/12/05 20:50:37 rillig Exp $
DISTNAME= ScientificPython-2.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Python//}
@@ -13,16 +13,16 @@ COMMENT= Python modules for scientific computing
CONFLICTS+= py-Scientific-*
-BUILDLINK_DEPENDS.python20= python20>=2.0.1nb1
-BUILDLINK_DEPENDS.python21= python21>=2.1.1nb1
+BUILDLINK_DEPENDS.python20+= python20>=2.0.1nb1
+BUILDLINK_DEPENDS.python21+= python21>=2.1.1nb1
PYDISTUTILSPKG= yes
PYBINMODULE= yes
-MAKE_ENV+= NETCDF_PREFIX=${LOCALBASE}
+MAKE_ENV+= NETCDF_PREFIX=${LOCALBASE:Q}
EVAL_PREFIX+= NETCDFPREFIX=netcdf MPICHPREFIX=mpich
-PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
+PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
PLIST_SUBST+= OSVER=${OS_VERSION:C/^(.).*/\1/}
post-build: