From b71a1d488b6b45e0a968a4c149990c25b6a09215 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 --- misc/xtend/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'misc/xtend') diff --git a/misc/xtend/Makefile b/misc/xtend/Makefile index a1189c38f95..575f50ce963 100644 --- a/misc/xtend/Makefile +++ b/misc/xtend/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2004/02/07 10:39:39 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/05 20:50:41 rillig Exp $ # DISTNAME= xtend-1.2beta4 -PKGNAME= ${DISTNAME} CATEGORIES= misc MASTER_SITES= ftp://ftp.jabberwocky.com/pub/xtend/ -- cgit v1.2.3