diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-08-31 21:46:40 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-08-31 21:46:40 +0000 |
commit | 20b5d7db3c4f95df8ead7a59062e76a56f8c86b2 (patch) | |
tree | 0ee6e1ad3306b9debdcf2f7aa2939ddeefc56716 /textproc/ruby-oniguruma | |
parent | d763dae81e3a828d76aa17c5a876a146085fbea3 (diff) | |
download | pkgsrc-20b5d7db3c4f95df8ead7a59062e76a56f8c86b2.tar.gz |
It looks like it needs pax in the install phase.
Diffstat (limited to 'textproc/ruby-oniguruma')
-rw-r--r-- | textproc/ruby-oniguruma/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-oniguruma/Makefile b/textproc/ruby-oniguruma/Makefile index 4053da3c3cf..0fe9a8e481a 100644 --- a/textproc/ruby-oniguruma/Makefile +++ b/textproc/ruby-oniguruma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/08/22 20:01:25 ahoka Exp $ +# $NetBSD: Makefile,v 1.3 2008/08/31 21:46:40 ahoka Exp $ DISTNAME= oniguruma-1.1.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -10,6 +10,7 @@ COMMENT= Fast regular expression library PKG_DESTDIR_SUPPORT= destdir +USE_TOOLS+= pax GEM_BUILD= gemspec .include "../../textproc/oniguruma/buildlink3.mk" |