From 7bea46e87d51bbe44f7a5b37970a31b1efd118a0 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. --- graphics/cal3d-examples/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/cal3d-examples') diff --git a/graphics/cal3d-examples/Makefile b/graphics/cal3d-examples/Makefile index cc48e0f744e..802163211a7 100644 --- a/graphics/cal3d-examples/Makefile +++ b/graphics/cal3d-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/07/18 01:31:54 kristerw Exp $ +# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:07 rillig Exp $ # PKGNAME= cal3d-examples-${CAL3D_VERSION} @@ -13,8 +13,8 @@ COMMENT= Tools and demos for cal3d library USE_TOOLS+= automake -CONFIGURE_ARGS+= --with-cal3d=${PREFIX} -CONFIGURE_ARGS+= --with-glut=${PREFIX} +CONFIGURE_ARGS+= --with-cal3d=${PREFIX:Q} +CONFIGURE_ARGS+= --with-glut=${PREFIX:Q} CONFIGURE_DIRS= ${WRKSRC}/examples/cally \ ${WRKSRC}/examples/miniviewer_gl \ ${WRKSRC}/tools/converter -- cgit v1.2.3