diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-05 18:54:26 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-05 18:54:26 +0000 |
commit | 7ac68974250a5d87945a89046b4a60f73d696263 (patch) | |
tree | b6cc81a442c9b503d0a2a97c679547c6a6b24142 | |
parent | 0bbdf0f44f28206e2e5a8568f7444e6dc96c77e7 (diff) | |
download | pkgsrc-7ac68974250a5d87945a89046b4a60f73d696263.tar.gz |
Use RUBY_DLEXT as a file name extension of a loadable module.
(There should be a pkgsrc-wide variable instead of a Ruby-specific one.)
-rw-r--r-- | security/ruby-password/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ruby-password/PLIST b/security/ruby-password/PLIST index 7e15ae44599..ffa754fa0c9 100644 --- a/security/ruby-password/PLIST +++ b/security/ruby-password/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/01 21:47:22 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/05 18:54:26 minskim Exp $ ${RUBY_SITELIBDIR}/password.rb -${RUBY_SITEARCHLIBDIR}/crack.bundle +${RUBY_SITEARCHLIBDIR}/crack.${RUBY_DLEXT} |