From b4f920543059af038598712771c3211999ef42a6 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 --- graphics/py-gdchart/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/py-gdchart') diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 1b4634e315d..6517d443cbc 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/06/16 06:57:58 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/12/05 20:50:22 rillig Exp $ # DISTNAME= gdchart-py-0.6 @@ -12,12 +12,12 @@ HOMEPAGE= http://athani.pair.com/msteed/software/gdchart/ COMMENT= Python interface to GDChart USE_TOOLS+= gmake -MAKE_ENV= GD_INCLUDE=${LOCALBASE}/include \ +MAKE_ENV+= GD_INCLUDE=${LOCALBASE}/include \ GDCHART_INCLUDE=${LOCALBASE}/include \ PYTHON_INCLUDE=${LOCALBASE}/${PYINC} \ HAVE_LIBFREETYPE=1 \ - LOCALBASE=${LOCALBASE} -PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} + LOCALBASE=${LOCALBASE:Q} +PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} MODULE_FILES= chart.py gdchart.so EXAMPLE_FILES= test.html test.py CHANGES EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart -- cgit v1.2.3