summaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /graphics/ruby-opengl
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'graphics/ruby-opengl')
-rw-r--r--graphics/ruby-opengl/Makefile6
1 files changed, 3 insertions, 3 deletions
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