From b4f920543059af038598712771c3211999ef42a6 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 --- x11/xscreensaver/Makefile.common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/xscreensaver') diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index de756b00f3d..dd1eece6c3f 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.84 2005/10/07 18:43:40 wiz Exp $ +# $NetBSD: Makefile.common,v 1.85 2005/12/05 20:51:20 rillig Exp $ # DISTNAME= xscreensaver-4.22 @@ -30,11 +30,11 @@ CONFIGURE_ARGS+= --without-pam CONFIGURE_ENV+= X_PRE_LIBS=-lXt CONFIGURE_ENV+= ac_cv_x_app_defaults="${PREFIX}/lib/X11/app-defaults" CONFIGURE_ENV+= ac_cv_perl_version="${PERL_VERSION_cmd:sh}" -CONFIGURE_ENV+= INTLTOOL_PERL="${PERL5}" +CONFIGURE_ENV+= INTLTOOL_PERL=${PERL5:Q} .if defined(PKGREVISION) CONFIGURE_ENV+= X_CFLAGS="-DPKGREVISION=${PKGREVISION}" .endif -CONFIGURE_ARGS+= ac_cv_path_INTLTOOL_PERL="${PERL5}" +CONFIGURE_ARGS+= ac_cv_path_INTLTOOL_PERL=${PERL5:Q} DISTINFO_FILE= ${.CURDIR}/../../x11/xscreensaver/distinfo FILESDIR= ${.CURDIR}/../../x11/xscreensaver/files -- cgit v1.2.3