From 579e97796954edc2469fac176e855589e1dc2997 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 23:55:01 +0000 Subject: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. --- math/udunits/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/udunits') diff --git a/math/udunits/Makefile b/math/udunits/Makefile index e58262523b0..88f6c0504ce 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/08/08 18:13:13 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/12/05 23:55:12 rillig Exp $ DISTNAME= udunits PKGNAME= udunits-1.12.1 @@ -16,7 +16,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} USE_PKGINSTALL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CPPFLAGS+= -Df2cFortran -Dunix PERL5_CONFIGURE= no -- cgit v1.2.3