diff options
Diffstat (limited to 'textproc/ruby-json/Makefile')
-rw-r--r-- | textproc/ruby-json/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index 2ae6b492f63..2c74a404a27 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2014/03/14 18:11:45 taca Exp $ +# $NetBSD: Makefile,v 1.28 2015/02/05 15:06:12 taca Exp $ -DISTNAME= json-1.8.1 +DISTNAME= json-1.8.2 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,8 +10,6 @@ LICENSE= ruby-license USE_GCC_RUNTIME= yes -GEM_CLEANBUILD= ext/json/ext/generator/* ext/json/ext/parser/* - post-extract: cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w |