diff options
author | taca <taca> | 2008-06-19 14:52:11 +0000 |
---|---|---|
committer | taca <taca> | 2008-06-19 14:52:11 +0000 |
commit | 6a5b30426d686a79adf7ee6dd2594cc2b6accab2 (patch) | |
tree | 4b28005d08beb6b5ad37c6b183213ac936064a00 /security/ruby-password | |
parent | 1be33230f272582cf56dd87fc0d86a9cecf68ff0 (diff) | |
download | pkgsrc-6a5b30426d686a79adf7ee6dd2594cc2b6accab2.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/Makefile | 3 | ||||
-rw-r--r-- | security/ruby-password/PLIST | 6 |
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} |