diff options
author | taca <taca@pkgsrc.org> | 2014-03-13 18:09:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-03-13 18:09:45 +0000 |
commit | 94c670d13b43ac35d3550a1cefaa338edff6fbc0 (patch) | |
tree | ad8af69fc668cb7afd8b6b1a03fd8bae9a31c3c5 /audio | |
parent | 7ae330e72cf7f80540d2bd9d9b862b69944d7fa2 (diff) | |
download | pkgsrc-94c670d13b43ac35d3550a1cefaa338edff6fbc0.tar.gz |
Add GEM_EXTSDIR support.
No functional change for current versions of Rubys.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ruby-taglib/PLIST | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/audio/ruby-taglib/PLIST b/audio/ruby-taglib/PLIST index ea1634ff69f..cd6249f0bfa 100644 --- a/audio/ruby-taglib/PLIST +++ b/audio/ruby-taglib/PLIST @@ -1,5 +1,13 @@ -@comment $NetBSD: PLIST,v 1.3 2013/09/11 15:11:33 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/03/13 18:10:30 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_EXTSDIR}/taglib_base.${RUBY_DLEXT} +${GEM_EXTSDIR}/taglib_flac.${RUBY_DLEXT} +${GEM_EXTSDIR}/taglib_id3v1.${RUBY_DLEXT} +${GEM_EXTSDIR}/taglib_id3v2.${RUBY_DLEXT} +${GEM_EXTSDIR}/taglib_mp4.${RUBY_DLEXT} +${GEM_EXTSDIR}/taglib_mpeg.${RUBY_DLEXT} +${GEM_EXTSDIR}/taglib_ogg.${RUBY_DLEXT} +${GEM_EXTSDIR}/taglib_vorbis.${RUBY_DLEXT} ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/CHANGES.md ${GEM_LIBDIR}/Gemfile |