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 --- editors/xemacs-current/options.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'editors/xemacs-current') diff --git a/editors/xemacs-current/options.mk b/editors/xemacs-current/options.mk index fb50cf48028..3fc7c0fe7ad 100644 --- a/editors/xemacs-current/options.mk +++ b/editors/xemacs-current/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2005/01/22 13:03:06 magick Exp $ +# $NetBSD: options.mk,v 1.5 2005/12/05 20:50:10 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xemacs PKG_SUPPORTED_OPTIONS= esound ldap xface canna @@ -31,4 +31,3 @@ CONFIGURE_ARGS+= --without-canna #.else CONFIGURE_ARGS+= --with-sound=none #.endif - -- cgit v1.2.3