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 --- sysutils/gnome-vfs2/Makefile.common | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysutils/gnome-vfs2') diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common index 60f078ec782..bd24a8c6479 100644 --- a/sysutils/gnome-vfs2/Makefile.common +++ b/sysutils/gnome-vfs2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2005/10/09 00:33:20 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.24 2005/12/05 20:51:00 rillig Exp $ # DISTNAME= gnome-vfs-2.12.1.1 @@ -44,7 +44,6 @@ EGDIR= ${PREFIX}/share/examples/gnome-vfs-2.0 .for f in ${EGFILES} CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor -.undef f # # The following stuff is to allow easy building of modules distributed within -- cgit v1.2.3