diff options
author | taca <taca@pkgsrc.org> | 2015-01-19 13:26:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-01-19 13:26:00 +0000 |
commit | 4f6241bf6cffb3de346c7a9cf464e7a60ae3668e (patch) | |
tree | 28a4246e417d1b53f13f69f3de7cf01090a146a0 | |
parent | 9716ce98ac3d5715024f00fdbf644cce92be5916 (diff) | |
download | pkgsrc-4f6241bf6cffb3de346c7a9cf464e7a60ae3668e.tar.gz |
Fix breakage with ruby21.
-rw-r--r-- | archivers/ruby-libarchive/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/ruby-libarchive/PLIST b/archivers/ruby-libarchive/PLIST index 0ce16ba7427..15aaef67f8b 100644 --- a/archivers/ruby-libarchive/PLIST +++ b/archivers/ruby-libarchive/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2015/01/17 20:00:53 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/01/19 13:26:00 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_EXTSDIR}/libarchive_ruby.${RUBY_DLEXT} +${GEM_EXTSDIR}/rblibarchive.${RUBY_DLEXT} ${GEM_LIBDIR}/COPYING.libarchive ${GEM_LIBDIR}/LICENSE.libbzip2 ${GEM_LIBDIR}/README.txt |