Change GEM_CLEANBUILD not to include the same Ruby's extension file in
package. Bump PKGREVISION.
This commit is contained in:
parent
97a9590644
commit
07636baa24
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2013/06/16 16:21:54 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2013/07/07 15:25:59 taca Exp $
|
||||
|
||||
DISTNAME= rbtree-0.4.1
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -8,7 +9,7 @@ HOMEPAGE= http://rubyforge.org/projects/rbtree/
|
|||
COMMENT= Sorted associative collection using Red-Black Trees for Ruby
|
||||
LICENSE= mit
|
||||
|
||||
GEM_CLEANBUILD= Makefile *.o mkmf.log
|
||||
GEM_CLEANBUILD= Makefile *.o rbtree.${RUBY_DLEXT} mkmf.log
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2013/03/17 16:06:49 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2013/07/07 15:25:59 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/MANIFEST
|
||||
|
@ -9,6 +9,5 @@ ${GEM_LIBDIR}/dict.h
|
|||
${GEM_LIBDIR}/extconf.rb
|
||||
${GEM_LIBDIR}/lib/rbtree.${RUBY_DLEXT}
|
||||
${GEM_LIBDIR}/rbtree.c
|
||||
${GEM_LIBDIR}/rbtree.${RUBY_DLEXT}
|
||||
${GEM_LIBDIR}/test.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
Loading…
Reference in a new issue