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 --- editors/vim-gtk2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/vim-gtk2') diff --git a/editors/vim-gtk2/Makefile b/editors/vim-gtk2/Makefile index f24a28b2ca9..19f6e6450fa 100644 --- a/editors/vim-gtk2/Makefile +++ b/editors/vim-gtk2/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2005/07/19 10:18:59 grant Exp $ +# $NetBSD: Makefile,v 1.18 2005/12/05 20:50:10 rillig Exp $ PKGNAME= vim-gtk2-${VIM_VERSION}.${VIM_PATCHLEVEL} #PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 GTK2 GUI -.include "../vim-share/Makefile.common" +.include "../../editors/vim-share/Makefile.common" DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share CONFLICTS+= vim-[0-9]* vim-gtk-[0-9]* vim-motif-[0-9]* -- cgit v1.2.3