Use OVERRIDE_GEMSPEC instead of modifying gemspec file.
This commit is contained in:
parent
3c22f7c107
commit
30f94cbc23
2 changed files with 3 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/09/10 07:41:46 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2013/03/07 17:08:16 taca Exp $
|
||||
|
||||
DISTNAME= ezcrypto-0.7.2
|
||||
CATEGORIES= security
|
||||
|
@ -8,5 +8,7 @@ HOMEPAGE= http://ezcrypto.rubyforge.org/
|
|||
COMMENT= Ruby object-oriented wrapper for OpenSSL libraries
|
||||
LICENSE= mit
|
||||
|
||||
OVERRIDE_GEMSPEC= :files test/store= :test_files test/store=
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.1 2010/09/10 07:41:46 taca Exp $
|
||||
|
||||
Remove a none existing file. (or might be a directory?)
|
||||
|
||||
--- ../ezcrypto-0.7.2.gemspec.orig 2010-09-07 05:12:57.000000000 +0000
|
||||
+++ ../ezcrypto-0.7.2.gemspec
|
||||
@@ -51,7 +51,6 @@ files:
|
||||
- test/protectedsigner.pem
|
||||
- test/sf-class2-root.crt
|
||||
- test/sf_intermediate.crt
|
||||
-- test/store
|
||||
- test/test_helper.rb
|
||||
- test/testchild.pem
|
||||
- test/testchild.req
|
||||
@@ -102,7 +101,6 @@ test_files:
|
||||
- test/protectedsigner.pem
|
||||
- test/sf-class2-root.crt
|
||||
- test/sf_intermediate.crt
|
||||
-- test/store
|
||||
- test/test_helper.rb
|
||||
- test/testchild.pem
|
||||
- test/testchild.req
|
Loading…
Reference in a new issue