From 472dafdd2e1560bc21a20b89efd58a911dc44409 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 20:49:47 +0000 Subject: 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 --- math/py-Scientific/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'math/py-Scientific/Makefile') 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: -- cgit v1.2.3