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 --- misc/xtide/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'misc/xtide') diff --git a/misc/xtide/Makefile b/misc/xtide/Makefile index 218a1c34466..a5b8c409c10 100644 --- a/misc/xtide/Makefile +++ b/misc/xtide/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2005/06/01 18:03:05 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:41 rillig Exp $ DISTNAME= xtide-2.4 -PKGNAME= ${DISTNAME} PKGREVISION= 3 CATEGORIES= misc x11 MASTER_SITES= ftp://ftp.flaterco.com/xtide/ -- cgit v1.2.3