diff options
author | taca <taca@pkgsrc.org> | 2013-07-07 15:18:11 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-07-07 15:18:11 +0000 |
commit | c59aa526a23ae6fb8bf956c87d94bf6fc9557d15 (patch) | |
tree | 1626d81b657962717705ad0dde30a9fcd5eefffa /converters/ruby-unf_ext | |
parent | d685bd9f380e9c94da417a85bc43e55d2b211aa4 (diff) | |
download | pkgsrc-c59aa526a23ae6fb8bf956c87d94bf6fc9557d15.tar.gz |
No need to specify GEM_CLEANBUILD and fix PLIST.
Bump PKGREVISION.
Diffstat (limited to 'converters/ruby-unf_ext')
-rw-r--r-- | converters/ruby-unf_ext/Makefile | 4 | ||||
-rw-r--r-- | converters/ruby-unf_ext/PLIST | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/converters/ruby-unf_ext/Makefile b/converters/ruby-unf_ext/Makefile index 4d81f676792..1556a3b6047 100644 --- a/converters/ruby-unf_ext/Makefile +++ b/converters/ruby-unf_ext/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2013/03/10 13:09:33 taca Exp $ +# $NetBSD: Makefile,v 1.4 2013/07/07 15:18:11 taca Exp $ DISTNAME= unf_ext-0.0.6 +PKGREVISION= 1 CATEGORIES= converters MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,7 +10,6 @@ COMMENT= Unicode Normalization Form support library for CRuby LICENSE= mit USE_LANGUAGES= c c++ -GEM_CLEANBUILD= Makefile *.o unf_ext.${RUBY_DLEXT} mkmf.log .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/ruby-unf_ext/PLIST b/converters/ruby-unf_ext/PLIST index 013b733f40c..e5682ada3d6 100644 --- a/converters/ruby-unf_ext/PLIST +++ b/converters/ruby-unf_ext/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/03/10 13:09:33 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2013/07/07 15:18:11 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document ${GEM_LIBDIR}/.gitignore @@ -6,9 +6,7 @@ ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/LICENSE.txt ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/ext/unf_ext/Makefile ${GEM_LIBDIR}/ext/unf_ext/extconf.rb -${GEM_LIBDIR}/ext/unf_ext/mkmf.log ${GEM_LIBDIR}/ext/unf_ext/unf.cc ${GEM_LIBDIR}/ext/unf_ext/unf/normalizer.hh ${GEM_LIBDIR}/ext/unf_ext/unf/table.hh @@ -16,7 +14,6 @@ ${GEM_LIBDIR}/ext/unf_ext/unf/trie/char_stream.hh ${GEM_LIBDIR}/ext/unf_ext/unf/trie/node.hh ${GEM_LIBDIR}/ext/unf_ext/unf/trie/searcher.hh ${GEM_LIBDIR}/ext/unf_ext/unf/util.hh -${GEM_LIBDIR}/ext/unf_ext/unf_ext.${RUBY_DLEXT} ${GEM_LIBDIR}/lib/unf_ext.rb ${GEM_LIBDIR}/lib/unf_ext.${RUBY_DLEXT} ${GEM_LIBDIR}/lib/unf_ext/version.rb |