[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / R

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

Diff for /pkgsrc/math/R/Makefile between version 1.117 and 1.118

version 1.117, 2011/11/01 06:02:01 version 1.118, 2011/11/20 04:57:02
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=               R-2.11.1  DISTNAME=               R-2.14.0
 PKGREVISION=            4  
 CATEGORIES=             math  CATEGORIES=             math
 MASTER_SITES=           ${MASTER_SITE_R_CRAN:=base/R-2/}  MASTER_SITES=           ${MASTER_SITE_R_CRAN:=base/R-2/}
   
 MAINTAINER=             markd@NetBSD.org  MAINTAINER=             markd@NetBSD.org
 HOMEPAGE=               http://www.R-project.org/  HOMEPAGE=               http://www.R-project.org/
 COMMENT=                Statistical language for data analysis and graphics  COMMENT=                Statistical language for data analysis and graphics
   LICENSE=                gnu-gpl-v2
   
 #needs FPC code not found in older versions of NetBSD  #needs FPC code not found in older versions of NetBSD
 NOT_FOR_PLATFORM=       NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \  NOT_FOR_PLATFORM=       NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \
Line 116  CONFIGURE_ARGS+= --enable-mbcs=no
Line 116  CONFIGURE_ARGS+= --enable-mbcs=no
 INSTALL_TEMPLATES+=     ../../math/R/files/pkg-index.tmpl  INSTALL_TEMPLATES+=     ../../math/R/files/pkg-index.tmpl
 DEINSTALL_TEMPLATES+=   ../../math/R/files/pkg-index.tmpl  DEINSTALL_TEMPLATES+=   ../../math/R/files/pkg-index.tmpl
 PRINT_PLIST_AWK+=       /^lib\/R\/doc\/html\/packages.html$$/ { next; }  PRINT_PLIST_AWK+=       /^lib\/R\/doc\/html\/packages.html$$/ { next; }
 PRINT_PLIST_AWK+=       /^lib\/R\/doc\/html\/search\/index.txt$$/ { next; }  
   
 .include "../../mk/pthread.buildlink3.mk"  .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118

CVSweb <webmaster@jp.NetBSD.org>