diff options
author | taca <taca@pkgsrc.org> | 2015-02-20 12:08:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-20 12:08:27 +0000 |
commit | 0447a461ecca030858bccbeb85cff61e121f63ea (patch) | |
tree | b974bcdb51c3e1ce1f6ad468cb4660bc2eedbde1 | |
parent | fc9dbf7166e248bcc27f30d513f2bee0f133dd05 (diff) | |
download | pkgsrc-0447a461ecca030858bccbeb85cff61e121f63ea.tar.gz |
Fix PLIST with newer rubygem.
-rw-r--r-- | audio/ruby-taglib/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/ruby-taglib/PLIST b/audio/ruby-taglib/PLIST index f5c2824b8fd..e4ab261fa80 100644 --- a/audio/ruby-taglib/PLIST +++ b/audio/ruby-taglib/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2015/02/01 12:47:45 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2015/02/20 12:08:27 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_EXTSDIR}/taglib_aiff.${RUBY_DLEXT} ${GEM_EXTSDIR}/taglib_base.${RUBY_DLEXT} ${GEM_EXTSDIR}/taglib_flac.${RUBY_DLEXT} ${GEM_EXTSDIR}/taglib_id3v1.${RUBY_DLEXT} @@ -8,6 +9,7 @@ ${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_EXTSDIR}/taglib_wav.${RUBY_DLEXT} ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/CHANGES.md ${GEM_LIBDIR}/Gemfile |