diff options
author | taca <taca> | 2002-06-09 11:04:52 +0000 |
---|---|---|
committer | taca <taca> | 2002-06-09 11:04:52 +0000 |
commit | 0fd30a5d1dbef6c47e4fb49f8a3b2cc7b1ba0d96 (patch) | |
tree | 5f3c1a2ee1a4b8521121dc11e819e0c178c995ac /security/Makefile | |
parent | 11aeb8c3abab7d6e5cb1874cc02b7edb462aeca1 (diff) | |
download | pkgsrc-0fd30a5d1dbef6c47e4fb49f8a3b2cc7b1ba0d96.tar.gz |
Disable and delete ruby-md5 and ruby-sha1 package.
These are already included in ruby 1.6.7 and later.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/Makefile b/security/Makefile index 7addbc68a09..caf02019d44 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2002/05/24 14:39:13 agc Exp $ +# $NetBSD: Makefile,v 1.106 2002/06/09 11:04:52 taca Exp $ # COMMENT= Security tools @@ -93,9 +93,7 @@ SUBDIR+= rid SUBDIR+= rsaref SUBDIR+= ruby-acl SUBDIR+= ruby-digest -SUBDIR+= ruby-md5 SUBDIR+= ruby-openssl -SUBDIR+= ruby-sha1 SUBDIR+= ruby-tcpwrap SUBDIR+= scanssh SUBDIR+= seahorse |