summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorminskim <minskim>2006-04-05 18:54:26 +0000
committerminskim <minskim>2006-04-05 18:54:26 +0000
commitb67659bd70c5ac502d00548c84a3630f8d1dd01f (patch)
treeb6cc81a442c9b503d0a2a97c679547c6a6b24142 /security
parent434cea040123d4d6fbb21bcb5ede87d941b355fc (diff)
downloadpkgsrc-b67659bd70c5ac502d00548c84a3630f8d1dd01f.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.)
Diffstat (limited to 'security')
-rw-r--r--security/ruby-password/PLIST4
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}