diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
commit | 51cc30a69f6ed85b6e1c747e7d0e7c630f9cc50a (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /graphics/ruby-opengl | |
parent | f3129e07256e493f4c4fbcb6d3b8a8b56805108b (diff) | |
download | pkgsrc-51cc30a69f6ed85b6e1c747e7d0e7c630f9cc50a.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/Makefile | 6 |
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 |