From 5ec134d67dbba7a354689af359fb4dd92bc8cbec 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 --- textproc/ispell-base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/ispell-base') diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index 62848b3aaa6..8f315bef9ef 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/07/15 20:14:03 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/12/05 20:51:03 rillig Exp $ # DISTNAME= ispell-3.3.02 @@ -14,7 +14,7 @@ CONFLICTS+= ispell-[0-9]* USE_TOOLS+= mktemp:run -MAKE_FLAGS+= TMPDIR="${WRKDIR}" +MAKE_FLAGS+= TMPDIR=${WRKDIR:Q} .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3