diff options
author | taca <taca@pkgsrc.org> | 2014-03-17 14:13:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-03-17 14:13:54 +0000 |
commit | bd91f448978db9ce94a4f5513df69922c022feb6 (patch) | |
tree | 7a2ac46dff971680eefba9bd2485e87f33d114b0 /graphics/ruby-opengl | |
parent | 81600732295320ccdeb6df71293346078464b4d8 (diff) | |
download | pkgsrc-bd91f448978db9ce94a4f5513df69922c022feb6.tar.gz |
Add GEM_EXTSDIR support and utilize GEM_NAME.
Diffstat (limited to 'graphics/ruby-opengl')
-rw-r--r-- | graphics/ruby-opengl/PLIST | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/ruby-opengl/PLIST b/graphics/ruby-opengl/PLIST index 3ce8f85e909..90ae05badff 100644 --- a/graphics/ruby-opengl/PLIST +++ b/graphics/ruby-opengl/PLIST @@ -1,5 +1,8 @@ -@comment $NetBSD: PLIST,v 1.9 2010/06/14 02:25:01 obache Exp $ -${GEM_HOME}/cache/ruby-opengl-${PKGVERSION}.gem +@comment $NetBSD: PLIST,v 1.10 2014/03/17 14:14:18 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_EXTSDIR}/gl.${RUBY_DLEXT} +${GEM_EXTSDIR}/glu.${RUBY_DLEXT} +${GEM_EXTSDIR}/glut.${RUBY_DLEXT} ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/doc/build_install.txt ${GEM_LIBDIR}/doc/extensions.txt @@ -129,4 +132,4 @@ ${GEM_LIBDIR}/test/tc_glu.rb ${GEM_LIBDIR}/test/tc_include_gl.rb ${GEM_LIBDIR}/test/tc_misc.rb ${GEM_LIBDIR}/test/tc_require_gl.rb -${GEM_HOME}/specifications/ruby-opengl-${PKGVERSION}.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec |