[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / ruby-json

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/textproc/ruby-json/Attic/Makefile between version 1.2 and 1.3

version 1.2, 2008/09/15 08:38:01 version 1.3, 2009/11/23 13:33:47
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       json-1.1.3  DISTNAME=       json-1.2.0
 PKGNAME=        ${RUBY_PKGPREFIX}-${DISTNAME}  PKGNAME=        ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=     textproc  CATEGORIES=     textproc
   
 MAINTAINER=     pkgsrc-users@NetBSD.org  MAINTAINER=     pkgsrc-users@NetBSD.org
 HOMEPAGE=       http://json.rubyforge.org/  HOMEPAGE=       http://json.rubyforge.org/
 COMMENT=        Native extension implementation of JSON for Ruby  COMMENT=        Native extension implementation of JSON for Ruby
   LICENSE=        ruby-license
   
   GEM_BUILD=      gemspec
   
 post-extract:  post-extract:
         cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w          cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>