summaryrefslogtreecommitdiff
path: root/security/ruby-password
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-06-19 14:52:11 +0000
committertaca <taca@pkgsrc.org>2008-06-19 14:52:11 +0000
commitf7ceb84d39bf814e002ddbd748735a674a8226f7 (patch)
tree4b28005d08beb6b5ad37c6b183213ac936064a00 /security/ruby-password
parentacb340db2a749650db0c4c188eeef6663a88c117 (diff)
downloadpkgsrc-f7ceb84d39bf814e002ddbd748735a674a8226f7.tar.gz
- Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
Diffstat (limited to 'security/ruby-password')
-rw-r--r--security/ruby-password/Makefile3
-rw-r--r--security/ruby-password/PLIST6
2 files changed, 5 insertions, 4 deletions
diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile
index 73bcf08e72f..305719563ec 100644
--- a/security/ruby-password/Makefile
+++ b/security/ruby-password/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/04/01 21:47:22 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/19 14:53:26 taca Exp $
DISTNAME= ruby-password-0.5.3
PKGNAME= ${DISTNAME:S/ruby/${RUBY_PKGPREFIX}/}
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.caliban.org/files/ruby/
diff --git a/security/ruby-password/PLIST b/security/ruby-password/PLIST
index ffa754fa0c9..83dafd77e5c 100644
--- a/security/ruby-password/PLIST
+++ b/security/ruby-password/PLIST
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/05 18:54:26 minskim Exp $
-${RUBY_SITELIBDIR}/password.rb
-${RUBY_SITEARCHLIBDIR}/crack.${RUBY_DLEXT}
+@comment $NetBSD: PLIST,v 1.3 2008/06/19 14:53:26 taca Exp $
+${RUBY_VENDORLIB}/password.rb
+${RUBY_VENDORARCHLIB}/crack.${RUBY_DLEXT}