From 3dae8fea14cb07876cbc876f030a3b37361f56b8 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/ruby-opengl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/ruby-opengl') diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index 674209dece7..1b3952f461c 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/11/03 05:29:03 taca Exp $ +# $NetBSD: Makefile,v 1.23 2005/12/05 23:55:09 rillig Exp $ DISTNAME= rbogl-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-opengl-${VERSION} @@ -14,8 +14,8 @@ USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/opengl-${VERSION} VERSION= 0.32g INSTALL_TARGET= site-install -CONFIGURE_ARGS+= --with-ruby-dir="${LOCALBASE}" \ - --with-x11-dir="${X11BASE}" +CONFIGURE_ARGS+= --with-ruby-dir=${LOCALBASE:Q} \ + --with-x11-dir=${X11BASE:Q} post-install: ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/opengl -- cgit v1.2.3