diff options
author | taca <taca@pkgsrc.org> | 2004-12-04 17:20:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-12-04 17:20:46 +0000 |
commit | 9c5f6cd83fa192aa03e4f605d528d0d59343eac1 (patch) | |
tree | 55e7a67e8deda3f52d51817e3b76482c7cfeef3a /comms | |
parent | f6f06861cec0c9d016fefb044160752e8b2fbd47 (diff) | |
download | pkgsrc-9c5f6cd83fa192aa03e4f605d528d0d59343eac1.tar.gz |
Switch to use RUBY_DLEXT as suffix of extention library.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ruby-termios/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/ruby-termios/PLIST b/comms/ruby-termios/PLIST index 64b93384724..c69804df728 100644 --- a/comms/ruby-termios/PLIST +++ b/comms/ruby-termios/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2004/11/27 15:34:29 taca Exp $ -${RUBY_SITEARCHLIBDIR}/termios.so +@comment $NetBSD: PLIST,v 1.4 2004/12/04 17:20:46 taca Exp $ +${RUBY_SITEARCHLIBDIR}/termios.${RUBY_DLEXT} ${RUBY_DOCDIR}/termios/ChangeLog ${RUBY_DOCDIR}/termios/README ${RUBY_DOCDIR}/termios/TODO.ja |